itinycheng / flink-connector-clickhouse

Flink SQL connector for ClickHouse. Support ClickHouseCatalog and read/write primary data, maps, arrays to clickhouse.
Apache License 2.0
349 stars 149 forks source link

The db history topic is missing. You may attempt to recover it by reconfiguring the connector to SCHEMA_ONLY_RECOVERY #17

Closed mjp27258 closed 2 years ago

mjp27258 commented 2 years ago

In initail mode,the data was synchronized to the Clickhouse, but an error caused the task to fail

itinycheng commented 2 years ago

This seems not an exception caused by the ClickHouse connector. If you are sure about that, please post the full stack trace, version info, etc.

Here is a similar issue: https://github.com/ververica/flink-cdc-connectors/issues/678

mjp27258 commented 2 years ago

通过升级flink-connector-mysql-cdc 至2.1.1解决