Skip to content
Snippets Groups Projects
Commit 8579587b authored by garciadeblas's avatar garciadeblas
Browse files

Feature 11050: performance optimization in Kafka


Change-Id: I7fe1944fbbcc2fe8d899164d3b0a1e871db3c79d
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent db368c3c
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ dependencies:
condition: mysql.enabled
- name: kafka
repository: "https://charts.bitnami.com/bitnami"
version: "25.1.12"
version: 30.1.6
condition: kafka.enabled
# - name: zookeeper
# repository: "https://charts.bitnami.com/bitnami"
......
......@@ -205,7 +205,14 @@ kafka:
client:
protocol: "PLAINTEXT"
fullnameOverride: "kafka"
# replicaCount: 1
replicaCount: 1
controller:
replicaCount: 1
extraConfigYaml:
default.replication.factor: 1
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
keystone:
enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment