Any cb triggered on reconnect to broker? #4822
Unanswered
stefan-mititelu-idt
asked this question in
Q&A
Replies: 2 comments
-
I think I've found a way, using interceptors e.g. rd_kafka_interceptor_add_on_broker_state_change() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Reference to how I did it: kamailio/kamailio@e988c68 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using librdkafka-dev for C producer code. I can definitely see that there are some callbacks triggered when connection to broker is lost.
I am wondering if anythink is triggered when connection to broker is restored (e.g. reconnected)?
Thank you,
Stefan
Beta Was this translation helpful? Give feedback.
All reactions