You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is something missing?
The text was updated successfully, but these errors were encountered:
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 using
altinity/clickhouse-sink-connector:2.4.0-kafka
this image.Is something missing?
The text was updated successfully, but these errors were encountered: