lightzhao commented on PR #7273: URL: https://github.com/apache/seatunnel/pull/7273#issuecomment-2268680927
> > Of course, but what strategies should we adopt after a Kafka cluster failure? > > The job should be failed. When the Kafka cluster fails, KafkaConsumer.poll will not throw any related exceptions, but will only log them. Therefore, the task side cannot get the exception to make it fail. It is recommended not to exit the thread and keep it running. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
