Skip to content
Snippets Groups Projects

Add Distributed Workload Generator

Compare and Show latest version
15 files
+ 12
288
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -3,7 +3,7 @@
## ------------------------------------------------------
cp-zookeeper:
enabled: true
servers: 1
servers: 3
image: confluentinc/cp-zookeeper
imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
@@ -38,7 +38,7 @@ cp-zookeeper:
## ------------------------------------------------------
cp-kafka:
enabled: true
brokers: 1
brokers: 10
image: confluentinc/cp-enterprise-kafka
imageTag: 5.4.0
## Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
@@ -61,7 +61,7 @@ cp-kafka:
# cpu: 100m
# memory: 128Mi
configurationOverrides:
offsets.topic.replication.factor: 1
#"offsets.topic.replication.factor": "3"
"message.max.bytes": "134217728" # 128 MB
"replica.fetch.max.bytes": "134217728" # 128 MB
# "default.replication.factor": 3
Loading