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 27e7e18 commit 84052c3Copy full SHA for 84052c3
kafka/10broker-config.yml
@@ -114,8 +114,8 @@ 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=2
118
- transaction.state.log.replication.factor=2
+ offsets.topic.replication.factor=1
+ transaction.state.log.replication.factor=1
119
transaction.state.log.min.isr=1
120
121
############################# Log Flush Policy #############################
0 commit comments