Skip to content

Commit 84052c3

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 27e7e18 commit 84052c3

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
@@ -114,8 +114,8 @@ 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=2
118-
transaction.state.log.replication.factor=2
117+
offsets.topic.replication.factor=1
118+
transaction.state.log.replication.factor=1
119119
transaction.state.log.min.isr=1
120120
121121
############################# Log Flush Policy #############################

0 commit comments

Comments
 (0)