Replies: 2 comments 1 reply
-
Can you share |
Beta Was this translation helpful? Give feedback.
1 reply
-
Right, I figured out the error 27 is from Clickhouse when it's unable to parse a value into a column (I also came across error 60 where it's unable to find a table). In my case it was because the column Hopefully it can help someone else! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I had the connector running on a single topic fine for a while. I just added another topic, also used
topic2TableMap
, and I am getting:[Worker-0c75438bed646c1c3] [2024-07-26 22:00:14,448] WARN [Clickhouse|task-1] Deciding how to handle exception: Topic: [es.json], Partition: [2], MinOffset: [5370684], MaxOffset: [5370684], (QueryId: [94a2bf3d-7fe6-4759-8d74-d5e1d1d6634e]) (com.clickhouse.kafka.connect.util.Utils:69) [Worker-0c75438bed646c1c3] [2024-07-26 22:00:14,449] WARN [Clickhouse|task-1] ClickHouseException code: 27 (com.clickhouse.kafka.connect.util.Utils:76) [Worker-0c75438bed646c1c3] [2024-07-26 22:00:14,449] ERROR [Clickhouse|task-1] Error code [27] wasn't in the acceptable list. (com.clickhouse.kafka.connect.util.Utils:95)
I have the table define all fine, although with a much simpler model. The JSON from the topic is like
and the table is defined as
Can you help me understand what I am doing wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions