Skip to content

Commit 9d12744

Browse files
committed
Same as default.replication.factor/min.insync.replicas
1 parent 3880ebc commit 9d12744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kafka/10broker-config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ data:
115115
############################# Internal Topic Settings #############################
116116
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
117117
# 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
118+
offsets.topic.replication.factor=2
119+
transaction.state.log.replication.factor=2
120+
transaction.state.log.min.isr=1
121121
122122
############################# Log Flush Policy #############################
123123

0 commit comments

Comments
 (0)