clickhouse-sink-connector
clickhouse-sink-connector copied to clipboard
DDL retry - exponential backoff
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.