Skip to content
Discussion options

You must be logged in to vote

I think the root cause is here:

runnerThread.setUncaughtExceptionHandler(
(t, e) -> LOG.error("[{}] Error while consuming records", t.getName(), e));

Did you see some messages like Error while consuming records in the connector log? The Kafka source connector will print these exceptions but not exit the current process.

I think this could be considered a bug. We need to fail the connector if there are any unexpected errors.

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@relief-melone
Comment options

@hermotech
Comment options

@hermotech
Comment options

@RobertIndie
Comment options

@poorbarcode
Comment options

Answer selected by tisonkun
Comment options

You must be logged in to vote
2 replies
@hermotech
Comment options

@poorbarcode
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants