aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kafka/10broker-config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kafka/10broker-config.yml b/kafka/10broker-config.yml
index 218320d..8c4f021 100644
--- a/kafka/10broker-config.yml
+++ b/kafka/10broker-config.yml
@@ -113,9 +113,9 @@ 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
- #transaction.state.log.replication.factor=1
- #transaction.state.log.min.isr=1
+ offsets.topic.replication.factor=1
+ transaction.state.log.replication.factor=1
+ transaction.state.log.min.isr=1
############################# Log Flush Policy #############################