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.