KIP-883 — Add isDeleted flag when stopping a connector
Discussion Connect
Adds a Connector#stop(boolean isDeleted) overload so connector implementations can distinguish between a temporary stop (configuration update, rebalance) and permanent deletion and perform cleanup of external resources accordingly. The existing stop() contract provides no signal about whether the connector is being deleted or merely paused.
Details
| Author | Hector Geraldino |
| Status | Discussion |
| JIRA | KAFKA-14354 |
| Wiki | View on Apache Wiki |
| Created | 2022-11-02 |
| Last Modified | 2022-11-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.