You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an eventCallback class inherited from RdKafka::EventCb, it got event callback when the connection was down or server was down, but it did not get event when the connection was resumed. I don't want to run this->producer->produce until I can make sure that the connection is ok. Is it the normal behaviour of the RdKafka::EventCb or did I miss something here?
Thank you.
How to reproduce
Checklist
Please provide the following information:
librdkafka version (release number or git tag):
Apache Kafka version:
librdkafka client configuration:
Operating system:
Using the legacy Consumer
Using the high-level KafkaConsumer
Provide logs (with debug=.. as necessary) from librdkafka
Provide broker log excerpts
Critical issue
The text was updated successfully, but these errors were encountered:
This [broker failure] is handled automatically by librdkafka and the application does not need to take any action at any of the above events. The message will be resent up to "message.send.max.retries" times before reporting a failure back to the application.
Description
Hi,
I have an eventCallback class inherited from RdKafka::EventCb, it got event callback when the connection was down or server was down, but it did not get event when the connection was resumed. I don't want to run this->producer->produce until I can make sure that the connection is ok. Is it the normal behaviour of the RdKafka::EventCb or did I miss something here?
Thank you.
How to reproduce
Checklist
Please provide the following information:
debug=..
as necessary) from librdkafkaThe text was updated successfully, but these errors were encountered: