You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Philip Nee (Jira)" <ji...@apache.org> on 2023/08/04 18:27:00 UTC

[jira] [Created] (KAFKA-15304) CompletableApplicationEvents aren't being completed when the consumer is closing

Philip Nee created KAFKA-15304:
----------------------------------

             Summary: CompletableApplicationEvents aren't being completed when the consumer is closing
                 Key: KAFKA-15304
                 URL: https://issues.apache.org/jira/browse/KAFKA-15304
             Project: Kafka
          Issue Type: Bug
          Components: consumer
            Reporter: Philip Nee
            Assignee: Philip Nee


If the background thread is closed before ingesting all ApplicationEvents, we should drain the background queue and try to cancel these events before closing. We can try to process these events before closing down the consumer; however, we assume that when the user issues a close command, the consumer should be shut down promptly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)