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