You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2016/04/07 03:51:25 UTC

[jira] [Created] (KAFKA-3523) Capture org.apache.kafka.clients.consumer.CommitFailedException in UncaughtExceptionHandler

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)