0

I am planning to use MySQL Debezium connector and have a question on the configuration for error handling.

Apache Kafka Connect have seems to have errors.tolerance property for error handling. And it is well explained in blog

I am trying to understand is this applicable to Debezium connectors or not.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
JDev
  • 1,662
  • 4
  • 25
  • 55

1 Answers1

0

That property applies to all Connectors, but of course it is up to each individual Connector class to define what is considered a retryable/tolerable error.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245