Chris Egerton created KAFKA-15821:
-------------------------------------
Summary: Active topics for deleted connectors are not reset in
standalone mode
Key: KAFKA-15821
URL: https://issues.apache.org/jira/browse/KAFKA-15821
Project: Kafka
Issue Type: Bug
Components: KafkaConnect
Affects Versions: 3.5.1, 3.6.0, 3.4.1, 3.5.0, 3.3.2, 3.3.1, 3.2.3, 3.2.2,
3.4.0, 3.2.1, 3.1.2, 3.0.2, 3.3.0, 3.1.1, 3.2.0, 2.8.2, 3.0.1, 3.0.0, 2.8.1,
2.7.2, 2.6.3, 3.1.0, 2.6.2, 2.7.1, 2.8.0, 2.6.1, 2.7.0, 2.5.1, 2.6.0, 2.5.0,
3.7.0
Reporter: Chris Egerton
In
[KIP-558|https://cwiki.apache.org/confluence/display/KAFKA/KIP-558%3A+Track+the+set+of+actively+used+topics+by+connectors+in+Kafka+Connect],
a new REST endpoint was added to report the set of active topics for a
connector. The KIP specified that "Deleting a connector will reset this
connector's set of active topics", and this logic was successfully implemented
in distributed mode. However, in standalone mode, active topics for deleted
connectors are not deleted, and if a connector is re-created, it will inherit
the active topics of its predecessor(s) unless they were manually reset.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)