ShivsundarR commented on PR #19886: URL: https://github.com/apache/kafka/pull/19886#issuecomment-2962293582
Another edge case here: If the broker never started, and we attempt a ctrl-c to close the consumer, then still took 30 seconds for the `ConsoleShareConsumer` to close. The problem lied with the `ShareConsumeRequestManager` where we do not complete the `closeFuture` when the `memberId` is null. Added a fix for the same and verified that both the `ConsoleConsumer` and `ConsoleShareConsumer` work consistently and close even if the broker never started. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org