Versions Compared

Key

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

...

We propose to deprecate the retries configuration parameter for the producer and admin client, as well as for Kafka Streams. This includes to deprecate the console producer's config flag --message-send-max-retries.

Furthermore, we introduce task.timeout.ms as an upper bound for any task to make progress with a default config of 5 minutes. If a task hits a client TimeoutException, the task would be skipped and the next task is processed.

...