conduktor.io ↗

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

AuthorHector Geraldino
StatusDiscussion
JIRAKAFKA-14354
WikiView on Apache Wiki
Created2022-11-02
Last Modified2022-11-17
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.