Re: New Java producer question

2014-11-10 Thread Joe Stein
Ah Ha!!! Yes, that is it. Thanks! On Mon, Nov 10, 2014 at 8:49 AM, Guozhang Wang wrote: > Joe, > > Are you looking for this? > > > /** retries */ > public static final String RETRIES_CONFIG = "retries"; > > Guozhang > > On Mon, Nov 10, 2014 at 8:11 AM, Joe Stein wrote: > > > In the new Java

Re: New Java producer question

2014-11-10 Thread Guozhang Wang
Joe, Are you looking for this? /** retries */ public static final String RETRIES_CONFIG = "retries"; Guozhang On Mon, Nov 10, 2014 at 8:11 AM, Joe Stein wrote: > In the new Java producer I see that you can set RETRY_BACKOFF_MS_CONFIG > > https://github.com/apache/kafka/blob/0.8.2/clients

New Java producer question

2014-11-10 Thread Joe Stein
In the new Java producer I see that you can set RETRY_BACKOFF_MS_CONFIG https://github.com/apache/kafka/blob/0.8.2/clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java#L112 which is used https://github.com/apache/kafka/blob/0.8.2/clients/src/main/java/org/apache/kafka/clients/