clickhouse-sink-connector icon indicating copy to clipboard operation
clickhouse-sink-connector copied to clipboard

DDL retry - exponential backoff

Open subkanthi opened this issue 5 months ago • 0 comments

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 after the max number of retries.

subkanthi avatar Sep 24 '24 01:09 subkanthi