We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e619e8 commit 3e076d6Copy full SHA for 3e076d6
kafka/10broker-config.yml
@@ -113,9 +113,9 @@ data:
113
############################# Internal Topic Settings #############################
114
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
115
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
116
- #offsets.topic.replication.factor=1
117
- #transaction.state.log.replication.factor=1
118
- #transaction.state.log.min.isr=1
+ offsets.topic.replication.factor=1
+ transaction.state.log.replication.factor=1
+ transaction.state.log.min.isr=1
119
120
############################# Log Flush Policy #############################
121
0 commit comments