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
After using librdkafka, I am currently using the official Kafka Java client and I am facing a problem trying to catch disconnection exception with this library.
In the source code of the Java client, I see a nice try-catch-log pattern that suppresses any propagation of IOException raises during the processing of a record.
As "Issues" and "Discussions" are closed on their github, I am hoping that somebody here could help me understand this choice of implementation and maybe how I could workaround this to be notified of disconnection with Kafka cluster.
I have little hope that it would be added in the future as I do not see any pull request regarding this topic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After using librdkafka, I am currently using the official Kafka Java client and I am facing a problem trying to catch disconnection exception with this library.
In the source code of the Java client, I see a nice try-catch-log pattern that suppresses any propagation of IOException raises during the processing of a record.
As "Issues" and "Discussions" are closed on their github, I am hoping that somebody here could help me understand this choice of implementation and maybe how I could workaround this to be notified of disconnection with Kafka cluster.
I have little hope that it would be added in the future as I do not see any pull request regarding this topic.
Biiosense
Beta Was this translation helpful? Give feedback.
All reactions