How to handle FATAL Kafka errors ? #3926
Unanswered
aKumara123
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
C++ API used.
When a FATAL error is detected in event_cb callback
OR
When producing, error returned (other than Queue Full)
is it OK to delete Producer/Consumer objects and re-create them (and continue using the new objects) ?
New messages are produced by : reading the last message in each topic-partition, and producing msgs after the last msg.
OR
is it mandatory to terminate the Application ?
Beta Was this translation helpful? Give feedback.
All reactions