RE: No error to kafka-producer on broker shutdown

2016-09-09 Thread Tauzell, Dave
AM To: users@kafka.apache.org Subject: No error to kafka-producer on broker shutdown Hi, I'm writing a little test to check Kafka high availability, with 2 brokers, 1 topic with replication factor = 2 and min.insync.replicas=2. This is the test: System.out.println("Building Kaf

No error to kafka-producer on broker shutdown

2016-09-09 Thread Agostino Calamita
Hi, I'm writing a little test to check Kafka high availability, with 2 brokers, 1 topic with replication factor = 2 and min.insync.replicas=2. This is the test: System.out.println("Building KafkaProducer..."); KafkaProducer m_kafkaProducer = new KafkaProducer(propsProducer);