[ 
https://issues.apache.org/jira/browse/KAFKA-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Walker Carlson updated KAFKA-12565:
-----------------------------------
    Description: 
Global thread only topologies should be able to shutdown applications via the 
uncaught exception handler.

Currently because there is no stream thread in this case, there is nothing to 
participate in a rebalance to communicate the request. If we add a stream 
thread to do this it will result in an `IllegalStateException` becauseĀ 
"Consumer is not subscribed to any topics or assigned any partitions".

  was:
Global thread only topologies should be able to shutdown applications via the 
uncaught exception handler.

Currently because there is no stream thread in this case there is nothing to 
participate in a rebalance to communicate the request. If we add a stream 
thread to do this it will result in an `IllegalStateException` becauseĀ 
"Consumer is not subscribed to any topics or assigned any partitions".


> Global thread only topologies should be able to shutdown applications via the 
> uncaught exception handler
> --------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-12565
>                 URL: https://issues.apache.org/jira/browse/KAFKA-12565
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 3.0.0, 2.8.0
>            Reporter: Walker Carlson
>            Priority: Major
>
> Global thread only topologies should be able to shutdown applications via the 
> uncaught exception handler.
> Currently because there is no stream thread in this case, there is nothing to 
> participate in a rebalance to communicate the request. If we add a stream 
> thread to do this it will result in an `IllegalStateException` becauseĀ 
> "Consumer is not subscribed to any topics or assigned any partitions".



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

Reply via email to