Viktor Somogyi-Vass created KAFKA-12922: -------------------------------------------
Summary: MirrorCheckpointTask should close topic filter Key: KAFKA-12922 URL: https://issues.apache.org/jira/browse/KAFKA-12922 Project: Kafka Issue Type: Improvement Components: mirrormaker Affects Versions: 2.8.0 Reporter: Viktor Somogyi-Vass Assignee: Viktor Somogyi-Vass When a lot of connectors are restarted it turned out that underlying ConfigConsumers are not closed property and from the logs we can see that the old ones are still running. Turns out that MirrorCheckpointTask utilizes a TopicFilter, but never closes it, leaking resources. -- This message was sent by Atlassian Jira (v8.3.4#803005)