Impact of logging on Kafka through put

2014-10-14 Thread Prashant Prakash
Dear Kafka Users, We are using kafka-2.8.0-0.8.8 in our application development. The application is running with two brokers each having one partition. We are using high level api to send message over async producer. While testing through put of our application we have observed that more than 60

Re: Impact of logging on Kafka through put

2014-10-14 Thread Prashant Prakash
producer through put. Best regards Prashant On Wed, Oct 15, 2014 at 12:18 AM, Prashant Prakash wrote: > Dear Kafka Users, > > We are using kafka-2.8.0-0.8.8 in our application development. The > application is running with two brokers each having one partition. > > We are using

kafka users subscription

2014-07-01 Thread Prashant Prakash

kafka users subscription

2014-07-01 Thread Prashant Prakash

Handling of failure to send message in kafka async producer

2014-07-10 Thread Prashant Prakash
Dear Kafka Users, We are using kafka 0.8.0 is our application development. To keep message delivery reliable we want to detect any failure while sending message. To get high throughput we are using async producer. As of kafka 0.8.0 async producer implementation, failure to send to message is logg

Re: Handling of failure to send message in kafka async producer

2014-07-10 Thread Prashant Prakash
4:16 AM, Guozhang Wang wrote: > Hello Prashant, > > You can use on the producer failure sensors to do the monitoring. > > http://kafka.apache.org/documentation.html#monitoring > > Guozhang > > > On Thu, Jul 10, 2014 at 6:11 AM, Prashant Prakash > wrote: >