When using protobuf, how to define UUID and UInt64 in the proto file? #125
-
We're trying to switch from json to protobuf and we're encountering the following error. When creating the ClickHouse table, we're using UUIDs and UInt64. The Sink Connector throws these errors when processing the messages:
Here's the stack trace:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@Paultagoras could you please give me a helping hand? |
Beta Was this translation helpful? Give feedback.
-
Working on a resolution now - it's an interesting issue |
Beta Was this translation helpful? Give feedback.
-
Yeah I think we have a fix for this - it's essentially because those datatypes weren't being converted. I'll create a PR for the fix - it should be in the next release coming today |
Beta Was this translation helpful? Give feedback.
Yeah I think we have a fix for this - it's essentially because those datatypes weren't being converted. I'll create a PR for the fix - it should be in the next release coming today