kafka-cluster

This commit is contained in:
ychangkim
2025-12-02 13:33:13 +09:00
parent 688d6c7c34
commit 257c6915f1
13 changed files with 1184 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
kafka:
version: "4.0.0"
metadataVersion: "4.0"
timezone: "Asia/Seoul"
controller:
replicas: 3
storage:
size: 50Gi
class: longhorn
resources: {}
broker:
replicas: 3
storage:
size: 50Gi
class: longhorn
resources: {}
config:
offsetsTopicReplicationFactor: 3
transactionStateLogReplicationFactor: 3
transactionStateLogMinIsr: 2
defaultReplicationFactor: 3
minInsyncReplicas: 2
autoCreateTopicsEnable: false
numPartitions: 3
deleteTopicEnable: true
oauth:
enabled: true
keycloakUrl: "https://keycloak.example.com"
keycloakRealm: "your-realm"
keycloakClientId: "kafka-client"
kafkaConnect:
enabled: true
image: paasup/kafka-connect:0.2
replicas: 1
entityOperator:
topicOperator: {}
userOperator: {}
connectTopics:
partitions: 1
replicas: 3
config:
cleanupPolicy: compact
retentionMs: 604800000
segmentBytes: 1073741824
logging:
kafka:
rootLoggerLevel: INFO
connect:
rootLoggerLevel: INFO