Ryan P created KAFKA-4369: ----------------------------- Summary: ZkClient is not closed upon streams shutdown Key: KAFKA-4369 URL: https://issues.apache.org/jira/browse/KAFKA-4369 Project: Kafka Issue Type: Bug Components: streams Reporter: Ryan P Assignee: Guozhang Wang
Kafka Stream's InternalTopicManager creates a new ZkClient but fails to close it as part of it's shutdown. https://github.com/confluentinc/kafka/blob/v3.0.1/streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java#L93 This is likely only an issue when performing testing/debugging where the streams application is shutdown but the JVM remains in tact. -- This message was sent by Atlassian JIRA (v6.3.4#6332)