Versions Compared

Key

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

...

OperationWill Retry?Tolerated Exceptions
Transformation

only on org.apache.kafka.connect.errors.RetriableException

java.lang.Exception

Key, Value and Header Converter

only on org.apache.kafka.connect.errors.RetriableException

java.lang.Exception

Kafka Produce and Consume

only on org.apache.kafka.common.errors.RetriableException

only on org.apache.kafka.connect.errors.RetriableException, fail task otherwise.

put() in SinkTask and poll() in SourceTask

only on org.apache.kafka.connect.errors.RetriableException

only on org.apache.kafka.connect.errors.RetriableException, fail task otherwise.

...