: 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
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
&
ucer but were not able to enforce the timeouts on
it.Is there anything that needs to be taken care of in this case?
Regards,
Dev
____
From: Devendra Tagare
Sent: Tuesday, November 04, 2014 10:02 AM
To: users@kafka.apache.org
Cc: Devendra Tagare
Subject: Issue wi
Hi,
We are using an async producer to send data to kafka.
The load the sender handles is around 250 rps ,the size of a message is around
25K.
The configs used in the producer are :
request.required.acks=0
producer.type=async
batch.num.messages=10
topic.metadata.refresh.interval.ms=3
queue.