aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2018-02-01 19:37:35 +0100
committerStaffan Olsson <staffan@repos.se>2018-02-01 19:37:35 +0100
commit321189a9402944b0082d7ffaf15ef419017ea10b (patch)
treecf8f565fca60725ab436629c18b184c163963630
parente78f1c5e60bb0494cd12d931577a447aa4dedc3c (diff)
downloadkubernetes-kafka-321189a9402944b0082d7ffaf15ef419017ea10b.tar.gz
kubernetes-kafka-321189a9402944b0082d7ffaf15ef419017ea10b.tar.bz2
kubernetes-kafka-321189a9402944b0082d7ffaf15ef419017ea10b.zip
Reverts previous commit and uses the documented default instead
-rw-r--r--kafka/10broker-config.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kafka/10broker-config.yml b/kafka/10broker-config.yml
index 1d57641..f3450f6 100644
--- a/kafka/10broker-config.yml
+++ b/kafka/10broker-config.yml
@@ -57,7 +57,6 @@ data:
num.partitions=1
default.replication.factor=3
- offsets.topic.replication.factor=3
min.insync.replicas=2
@@ -114,7 +113,7 @@ data:
############################# Internal Topic Settings #############################
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
- offsets.topic.replication.factor=1
+ #offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
transaction.state.log.min.isr=1