Skip to content

Commit 3e076d6

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 0e619e8 commit 3e076d6

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

0 commit comments

Comments
 (0)