Skip to content

Commit 10e74ce

Browse files
committed
Configures internal topics for single broker,
reverting #140 to avoid "does not meet the required replication factor '3' for the offsets topic"
1 parent 620ee42 commit 10e74ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kafka/10broker-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ 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=2
119-
transaction.state.log.replication.factor=2
118+
offsets.topic.replication.factor=1
119+
transaction.state.log.replication.factor=1
120120
transaction.state.log.min.isr=1
121121
122122
############################# Log Flush Policy #############################

0 commit comments

Comments
 (0)