Error sink message from Kafka to table Clickhouse #429
-
Hi everyone, I have this case and I don't know what is the problem. I create kafka connect sink, which reads data from CDC (Postgres) with Avro format. It worked well but when I add new column in the postgres table. I created new column in MergeTree table, ReplacingMergeTree table and update Materialize view, then I insert new row in postgres table, It occurred this error
However, when I delete and recreate connection, it worked well. Can you guys help me to explain why it got error like that. Log from ClickHouse
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you restart the connector at all after creating the new column? We describe the table in the beginning so new fields aren't added until a reboot. |
Beta Was this translation helpful? Give feedback.
Did you restart the connector at all after creating the new column? We describe the table in the beginning so new fields aren't added until a reboot.