Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
the MirrorMaker connectors are each responsible for creating internal topics.
For example, the Checkpoint connector creates a forwarding admin and passes it to a method to create the topic, but never closes the ForwardingAdmin or delegate objects: https://github.com/apache/kafka/blob/13c9c78a1f4ad92023e8354069c6817b44c89ce6/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorCheckpointConnector.java#L161-L164
Instead, this object should be intentionally closed when it is no longer needed, to prevent consuming resources in a running MM2 application.
Attachments
Issue Links
- is caused by
-
KAFKA-13401 Introduce a new Interface to manage Kafka resources in MM2
- Resolved
- links to