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 d660246 commit 144c427Copy full SHA for 144c427
kafka/10broker-config.yml
@@ -115,9 +115,9 @@ data:
115
############################# Internal Topic Settings #############################
116
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
117
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
118
- #offsets.topic.replication.factor=1
119
- #transaction.state.log.replication.factor=1
120
- #transaction.state.log.min.isr=1
+ offsets.topic.replication.factor=2
+ transaction.state.log.replication.factor=2
+ transaction.state.log.min.isr=1
121
122
############################# Log Flush Policy #############################
123
0 commit comments