[
https://issues.apache.org/jira/browse/KAFKA-15948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philip Nee updated KAFKA-15948:
-------------------------------
Parent: KAFKA-14246
Issue Type: Sub-task (was: Bug)
> Refactor AsyncKafkaConsumer shutdown
> ------------------------------------
>
> Key: KAFKA-15948
> URL: https://issues.apache.org/jira/browse/KAFKA-15948
> Project: Kafka
> Issue Type: Sub-task
> Components: consumer
> Reporter: Philip Nee
> Priority: Major
>
> Upon closing we need a round trip from the network thread to the application
> thread and then back to the network thread to complete the callback
> invocation. Currently, we don't have any of that. I think we need to
> refactor our closing mechanism. There are a few points to the refactor:
> # The network thread should know if there's a custom user callback to
> trigger or not. If there is, it should wait for the callback completion to
> send a leave group. If not, it should proceed with the shutdown.
> # The application thread sends a closing signal to the network thread and
> continuously polls the background event handler until time runs out.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)