Re: Kafka ISR to server count questions

2019-06-05 Thread Jonathan Santilli
Hello Scott, as you see, the logs are telling you what is happening: The size of the current ISR Set(1) is insufficient to satisfy the min.isr requirement of 2 for partition . It means you either increase the replication factor > 2 or decrease the min.isr to 1. Since currently your replication

Kafka ISR to server count questions

2019-06-05 Thread Hamer, Scott
I've have some questions regarding Kafka ISR's and the number of servers one should have. In our production environment we have a 6 node Kafka cluster with min.insync.replicas=2, and all of our topics have a ReplicationFactor: of 2 When we create topics, we do not pin them to a specific bro