[jira] [Updated] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-11-14 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Stein updated KAFKA-1692: - Fix Version/s: 0.8.2 > [Java New Producer] IO Thread Name Must include Client

[jira] [Comment Edited] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-12 Thread Neha Narkhede (JIRA)
0 PM: - Thanks for the patch. Pushed to trunk and 0.8.2 was (Author: nehanarkhede): Thanks for the patch. Pushed to trunk > [Java New Producer] IO Thread Name Must include Client ID > --- > >

[jira] [Updated] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-12 Thread Neha Narkhede (JIRA)
to trunk > [Java New Producer] IO Thread Name Must include Client ID > --- > > Key: KAFKA-1692 > URL: https://issues.apache.org/jira/browse/KAFKA-1692 > Project: Kafka >

[jira] [Updated] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-10 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-1692: - Attachment: KAFKA-1692.patch > [Java New Producer] IO Thread Name Must incl

[jira] [Commented] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-10 Thread Ewen Cheslack-Postava (JIRA)
ttps://reviews.apache.org/r/26563/diff/ against branch origin/trunk > [Java New Producer] IO Thread Name Must include Client ID > --- > > Key: KAFKA-1692 > URL: https://issues.apache.org/jir

[jira] [Updated] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-10 Thread Ewen Cheslack-Postava (JIRA)
(was: Open) > [Java New Producer] IO Thread Name Must include Client ID > --- > > Key: KAFKA-1692 > URL: https://issues.apache.org/jira/browse/KAFKA-1692 > Project: Kafka >

[jira] [Updated] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-09 Thread Neha Narkhede (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Neha Narkhede updated KAFKA-1692: - Labels: newbie (was: ) > [Java New Producer] IO Thread Name Must include Client

Re: Java New Producer IO Thread Name

2014-10-08 Thread Bhavesh Mistry
Hi Jun, There is ticket with suggestion. https://issues.apache.org/jira/browse/KAFKA-1692 Thanks for your support. Thanks, Bhavesh On Tue, Oct 7, 2014 at 3:29 PM, Jun Rao wrote: > That sounds reasonable. Could you file a jira to track this? > > Thanks, > > Jun > > On Tue, Oct 7, 2014 at 7:47

[jira] [Commented] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-08 Thread Bhavesh Mistry (JIRA)
orry could not submit path since I have release next week. Thanks, Bhavesh > [Java New Producer] IO Thread Name Must include Client ID > --- > > Key: KAFKA-1692 > URL: https://issues.apache.or

[jira] [Created] (KAFKA-1692) [Java New Producer] IO Thread Name Must include Client ID

2014-10-08 Thread Bhavesh Mistry (JIRA)
Bhavesh Mistry created KAFKA-1692: - Summary: [Java New Producer] IO Thread Name Must include Client ID Key: KAFKA-1692 URL: https://issues.apache.org/jira/browse/KAFKA-1692 Project: Kafka

Re: Java New Producer IO Thread Name

2014-10-07 Thread Jun Rao
That sounds reasonable. Could you file a jira to track this? Thanks, Jun On Tue, Oct 7, 2014 at 7:47 AM, Bhavesh Mistry wrote: > Hi Kafka Dev Team, > > Since we have multiple instance of producers within one JVM, it would be > good idea to name network IO thread name by associate with client.

Java New Producer IO Thread Name

2014-10-07 Thread Bhavesh Mistry
Hi Kafka Dev Team, Since we have multiple instance of producers within one JVM, it would be good idea to name network IO thread name by associate with client.id configuration. kafka-producer-network-thread + client.tId Thanks, Bhavesh