tasks.max.enforce — Kafka Connect Source Configuration
(Deprecated) Whether to enforce that the tasks.max property is respected by the connector.
Description
(Deprecated) Whether to enforce that the tasks.max property is respected by the connector. By default, connectors that generate too many tasks will fail, and existing sets of tasks that exceed the tasks.max property will also be failed. If this property is set to false, then connectors will be allowed to generate more than the maximum number of tasks, and existing sets of tasks that exceed the tasks.max property will be allowed to run. This property is deprecated and will be removed in an upcoming major release.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.8 | true |
| 3.9 | true |
| 4.0 | true |
| 4.1 | true |
| 4.2 | true |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.