KIP-1004 — Enforce tasks.max property in Kafka Connect
Accepted Kafka 3.8 Connect
Enforces the `tasks.max` connector configuration so that a connector can never run more tasks than the configured upper bound, even if its `taskConfigs()` method returns more entries than allowed. Kafka Connect previously passed all generated task configs to the connector regardless of `tasks.max`, allowing connectors to silently exceed their resource quota.
Details
| Author | Chris Egerton |
| Status | Accepted |
| Kafka Version | 3.8 |
| JIRA | KAFKA-15575 |
| Wiki | View on Apache Wiki |
| Created | 2023-11-11 |
| Last Modified | 2024-01-11 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.