KAFKA-15821: Delete active topics after connector deletion in standal…
Fixes a bug where the active topics for a connector are not removed when the connector is deleted if connect is running in standalone mode.
https://issues.apache.org/jira/browse/KAFKA-15821
Thanks for the PR @djameson42! I agree with @hudeqi that we should have a test to cover this change and prevent regression.
Also, not a blocker, but it seems a little strange to put this new logic in the config update listener instead of in StandaloneHerder::deleteConnectorConfig, which is where almost all of the existing connector deletion logic is located. Any particular reason you've structured things this way?
This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please ask a committer for review. If the PR has merge conflicts, please update it with the latest from trunk (or appropriate release branch)
If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.