Kanthi
Kanthi
There have been quite a few fixes especially the one with `schema_only_recovery` https://issues.redhat.com/browse/DBZ-8147?jql=text%20~%20%22unable%20to%20find%20schema_only_recovery%22
Upgrade debezium to 2.7.2.Final closes: #791
During startup the logs should display the version of sink connector.
closes: #840
Add sink-connector client option to delete offsets
Add `sink-connector-client` step to purge schema history(Only applies to MySQL).
closes: #284
closes: #838
Currently if a DDL thats replicated in MySQL fails, the failure is ignored. We need a configuration variable that will retry executing the DDL in an exponential backoff and exit...