Skip to content

Commit 2a1f885

Browse files
committed
Same as default.replication.factor/min.insync.replicas
1 parent a96ae18 commit 2a1f885

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
@@ -114,9 +114,9 @@ data:
114114
############################# Internal Topic Settings #############################
115115
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
116116
# 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
117+
offsets.topic.replication.factor=2
118+
transaction.state.log.replication.factor=2
119+
transaction.state.log.min.isr=1
120120
121121
############################# Log Flush Policy #############################
122122

0 commit comments

Comments
 (0)