Guozhang Wang created KAFKA-3523:
------------------------------------
Summary: Capture
org.apache.kafka.clients.consumer.CommitFailedException in
UncaughtExceptionHandler
Key: KAFKA-3523
URL: https://issues.apache.org/jira/browse/KAFKA-3523
Project: Kafka
Issue Type: Bug
Components: kafka streams
Reporter: Guozhang Wang
Fix For: 0.10.0.0
When the sync commit failed due to an ongoing rebalance, it is thrown all the
way up to the main thread and cause the whole Kafka Streams application to
stop, even if users set UncaughtExceptionHandler. We need to be able to catch
this exception in that handler as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)