andreas-schroeder / kafka-health-check

Health Check for Kafka Brokers.
MIT License
243 stars 84 forks source link

Set min.insync.replicas on topic creation #14

Closed andreas-schroeder closed 7 years ago

andreas-schroeder commented 7 years ago

On clusters with a default min.insync.replicas setting, the health check failed as it does not properly set up the topic replica set for the simple health checks. Setting min.insync.replicas explicitly to 1 on topic creation fixes this issue.

Resolves: #13