You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Walker Carlson (Jira)" <ji...@apache.org> on 2021/03/23 19:30:00 UTC

[jira] [Created] (KAFKA-12537) Single Threaded EOS applications will not work with SHUTDOWN_APPLICATION

Walker Carlson created KAFKA-12537:
--------------------------------------

             Summary: Single Threaded EOS applications will not work with SHUTDOWN_APPLICATION
                 Key: KAFKA-12537
                 URL: https://issues.apache.org/jira/browse/KAFKA-12537
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 3.0.0, 2.8.0
            Reporter: Walker Carlson


Single Threaded EOS applications will not work with the streams uncaught exception handler option SHUTDOWN_APPLICATION. This is because the EOS thread needs to close and clean up, but to send the shutdown signal it needs to have at least one thread running.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)