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

Configure Kafka so it still works if a single box is died. #11

Open
fadlinurhasan opened this issue Jan 21, 2020 · 0 comments
Open

Configure Kafka so it still works if a single box is died. #11

fadlinurhasan opened this issue Jan 21, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fadlinurhasan
Copy link
Contributor

Our current kafka config on spof condition. We set replication_factor with 3 but didn’t set min.insync.replicas. If one of kafka brokers down, on this condition rest of kafka can’t write all message. We need to setup min.insync.replicas = 2 if kafka brokers >=3

@fadlinurhasan fadlinurhasan added enhancement New feature or request good first issue Good for newcomers labels Jan 21, 2020
@fadlinurhasan fadlinurhasan self-assigned this Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant