Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current state: Under discussion

Discussion thread: TODO https://lists.apache.org/thread/scx75cjwm19jyt19wxky41q9smf5nx6d

JIRA: KAFKA-15575

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

A new connector property will be introduced as an emergency measure to disable this behavior:

NameTypeDefaultImportanceDescription (sample; subject to change during code review)
tasks.max.enforcebooleantruelow

(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.

A future major (x.0.0) release

...