-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message.send.max.retries question #118
Comments
Huhm, I cant reproduce this with rdkafka_example_cpp:
Can you show me how to reproduce? There was a bug that made Message.errstr() return the payload rather than the error string, but thats fixed and probably unrelated. |
What is topic.message.timeout.ms ? can't find information in On Thu, May 15, 2014 at 1:48 PM, Magnus Edenhill
|
It is "message.timeout.ms" in the topic configuration. |
I just used a lower timeout to avoid having to wait so long for the error |
changing the message.timeout.ms value to a lower value. On Thu, May 15, 2014 at 2:52 PM, Magnus Edenhill
|
Great! So what you were seeing was the message waiting to time out because
|
If I set message.send.max.retries=0 then if kafka is down, DeliveryReportCb is not called. Only a eventCb is called. I should suppose that message is deleted and deliveryReportCb is also called, so that the application knows which messages could not be send
The text was updated successfully, but these errors were encountered: