Skip to content

Commit 5c86481

Browse files
committed
Same as default.replication.factor/min.insync.replicas
1 parent 2f3db2c commit 5c86481

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
@@ -113,9 +113,9 @@ data:
113113
############################# Internal Topic Settings #############################
114114
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
115115
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
116-
#offsets.topic.replication.factor=1
117-
#transaction.state.log.replication.factor=1
118-
#transaction.state.log.min.isr=1
116+
offsets.topic.replication.factor=2
117+
transaction.state.log.replication.factor=2
118+
transaction.state.log.min.isr=1
119119
120120
############################# Log Flush Policy #############################
121121

0 commit comments

Comments
 (0)