Replies: 1 comment
-
|
Apologies for the delayed response here. At the moment the adapter doesnt support protobuf keys, only data. |
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.
-
I am trying to follow along with the kafka example in the source code. The following works for me, but is slower than deserializing json strings with orjson:
With appropriately defined
class ProtoMessage(csp.Struct), I triedwhich leads to
ValueError: MessageStructConverter.cpp:create:51:ValueError: MessageStructConverter for type PROTOBUF is not definedAlso, what is proto_message, and how does it relate to the (de)serialization?
Is there a solution where the topic-key and topic-value are in different .proto files?
Beta Was this translation helpful? Give feedback.
All reactions