Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set internal replication factors to match default and min.insync.replicas #140

Merged
merged 9 commits into from
Feb 3, 2018
2 changes: 1 addition & 1 deletion kafka/10broker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ 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
#offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
transaction.state.log.min.isr=1

Expand Down
2 changes: 0 additions & 2 deletions kafka/test/kafkacat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ spec:
- test-kafkacat
- --partitions
- "1"
- --replication-factor
- "2"
restartPolicy: Never
---
apiVersion: apps/v1beta2
Expand Down
2 changes: 0 additions & 2 deletions kafka/test/produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ spec:
- test-produce-consume
- --partitions
- "1"
- --replication-factor
- "2"
restartPolicy: Never
---
apiVersion: apps/v1beta2
Expand Down