I get the log from container that it finds the type as ARRAY and converts it. I also see the preCommit in the logs but the tables are not created in clickhouse.
My goal is to only make the tables from source (MySQL) in clickhouse. I am using altinity/clickhouse-sink-connector:2.4.0-kafka this image.
This is my debezium config:
And this is my sink config:
I get the log from container that it finds the type as
ARRAY
and converts it. I also see thepreCommit
in the logs but the tables are not created in clickhouse. My goal is to only make the tables from source (MySQL) in clickhouse. I am usingaltinity/clickhouse-sink-connector:2.4.0-kafka
this image.Is something missing?