How to insert binary data into Clickhouse? #24252
-
QuestionMy Clickhouse schema has some binary data (in this case fixnum 16 UUIDs) that I want to insert from Vector. The Clickhouse sink doesn't support this because the binary data ends up getting converted into a UTF-8 string in the json output. Clickhouse supports ingesting invalid UTF-8 strings in json strings to allow binary data, but the serialization Vector performs doesn't allow this. What would be the best way right now to ingest binary data into Clickhouse? I'd rather not do HTTP sink + protobuf as that adds yet another config to keep track of. Vector ConfigNo response Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @pentlander, #24595 tracks this issue. The workaround you mentioned is the way to go until the issue is resolved. |
Beta Was this translation helpful? Give feedback.
Hi @pentlander, #24595 tracks this issue. The workaround you mentioned is the way to go until the issue is resolved.