KIP-980 — Allow creating connectors in a stopped state
Accepted Kafka 3.7 Connect
Adds a `stopped` initial state option to the Kafka Connect `POST /connectors` REST endpoint so newly created connectors start in the `STOPPED` state rather than immediately running. This enables zero-downtime connector migration between Connect clusters by creating the connector on the target cluster before starting it.
Details
| Author | Yash Mayya |
| Status | Accepted |
| Kafka Version | 3.7 |
| JIRA | KAFKA-15470 |
| Wiki | View on Apache Wiki |
| Created | 2023-09-15 |
| Last Modified | 2023-10-16 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.