KIP-891 — Running multiple versions of Connector plugins
Accepted Kafka 4.0 Connect
Allows Kafka Connect workers to load and run multiple versions of the same connector plugin simultaneously, decoupling connector version installation from migration of individual connector instances. Without multi-version support, upgrading a connector across all tasks requires a simultaneous cutover with no incremental rollback path, and running two connector versions requires two separate Connect clusters.
Details
| Author | Snehashis Pal |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-14410 |
| Wiki | View on Apache Wiki |
| Created | 2022-11-20 |
| Last Modified | 2025-01-06 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.