Hello All, I've HDP 2.5 & Kafka 0.9
I've a sample Kafka consumer program pushing data into Kafka topic, and a producer reading data from Kafka topic.
I'm trying to simulate having one or more Kafka Brokers out of sync (i.e. not in ISR).
The idea is to kill the Leader of a partition, and to see if there is data loss
because of the Brokers not being in-sync.
Any tips on how to do that or if anyone has done this kind of testing ?