Re: Producer Side Metric Details

2014-05-30 Thread Jun Rao
Do you see a jmx per client id? Thanks, Jun On Thu, May 29, 2014 at 9:30 PM, Bhavesh Mistry wrote: > There seems to be bug in reporting that is what I did. I registered each > producer with different client id. > > Thanks, > Bhavesh > > > On Thu, May 29, 2014 at 8:36 PM, Jun Rao wrote: > >

Re: Producer Side Metric Details

2014-05-29 Thread Bhavesh Mistry
There seems to be bug in reporting that is what I did. I registered each producer with different client id. Thanks, Bhavesh On Thu, May 29, 2014 at 8:36 PM, Jun Rao wrote: > You need to configure each producer with a different client.id. > > Thanks, > > Jun > > > On Thu, May 29, 2014 at 5:38

Re: Producer Side Metric Details

2014-05-29 Thread Jun Rao
You need to configure each producer with a different client.id. Thanks, Jun On Thu, May 29, 2014 at 5:38 PM, Bhavesh Mistry wrote: > We have 4 producers (for 4 topics) within one JVM and all of them > configured with same broker list. Each one of the producer has client.id > configured as to

Re: Producer Side Metric Details

2014-05-29 Thread Bhavesh Mistry
We have 4 producers (for 4 topics) within one JVM and all of them configured with same broker list. Each one of the producer has client.id configured as topic name. When I see the JMX console, I see that " *ProducerRequestMetric*" JMX have issue, it takes the last client.id config and report the

Producer Side Metric Details

2014-05-28 Thread Bhavesh Mistry
Hi Kafka Group, I need to get following metrics from the producer side. I am able to get following metric using the ProducerTopicMetrics class per minute. messageRate byteRate droppedMessageRate I would like to know how to get above metric per topic per partition. Also, how do I get count of num