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
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
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/