___
> From: Devendra Tagare
> Sent: Thursday, November 20, 2014 6:31 PM
> To: users@kafka.apache.org
> Cc: Devendra Tagare
> Subject: Issues with Kafka async producer's enqueue timeout
>
> Hi,
>
> We are using an async producer to send data to a kafka cluster.The
: Devendra Tagare
Sent: Thursday, November 20, 2014 6:31 PM
To: users@kafka.apache.org
Cc: Devendra Tagare
Subject: Issues with Kafka async producer's enqueue timeout
Hi,
We are using an async producer to send data to a kafka cluster.The event rate
at peak is around 250 events/second of size 25KB
queue.enqueue.timeout.ms only applies if the producer is configured in
async mode.
Thanks,
Jun
On Thu, Nov 20, 2014 at 5:01 AM, Devendra Tagare <
devendra.tag...@pubmatic.com> wrote:
> Hi,
>
> We are using an async producer to send data to a kafka cluster.The event
> rate at peak is around 250
Hi,
We are using an async producer to send data to a kafka cluster.The event rate
at peak is around 250 events/second of size 25KB each.
In the producer code base we have added specific debug statements to capture
the time taken to create a producer,create a keyed message with a byte payload
&