Skip to content

Commit

Permalink
Configures internal topics for single broker,
Browse files Browse the repository at this point in the history
reverting #140 to avoid "does not meet the required replication factor '3' for the offsets topic"
  • Loading branch information
solsson committed May 19, 2018
1 parent b5dba0c commit 7e0ab17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka/10broker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ data:
############################# Internal Topic Settings #############################
# The replication factor for the group metadata internal topics "__consumer_offsets" and "__transaction_state"
# For anything other than development testing, a value greater than 1 is recommended for to ensure availability such as 3.
offsets.topic.replication.factor=2
transaction.state.log.replication.factor=2
offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
transaction.state.log.min.isr=1
############################# Log Flush Policy #############################
Expand Down

0 comments on commit 7e0ab17

Please sign in to comment.