Disabling yammer metrics for kafka?

2018-08-27 Thread Gulia, Vikram
Hi, Is there a way or property which can be set up to disable yammer metrics for kafka 0.8.2.1? I know I am using old version and actively working on upgrading it but in the mean time I want to disable yammer metrics as it seems to be causing some memory leak in our application. Thank you, Vik

Re: Message loss with kafka 0.8.2.2

2016-06-17 Thread Gulia, Vikram
different brokers, because one of them is not sending the record to >the >actual leader. Since you have set your acks to one, you wont see any error >in the producer, cause it succeeded in sending it to the broker. You most >likely will see some error on the broker, because it is not

Message loss with kafka 0.8.2.2

2016-06-16 Thread Gulia, Vikram
Hi Users, I am facing message loss while using kafka v 0.8.2.2. Please see details below and help me if you can. Issue: 2 messages produced to same partition one by one – Kafka producer returns same offset back which means message produced earlier is lost.