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 Feb 3, 2018
1 parent 0e619e8 commit 3e076d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kafka/10broker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ 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=1
#transaction.state.log.replication.factor=1
#transaction.state.log.min.isr=1
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 3e076d6

Please sign in to comment.