You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
which leads to ValueError: MessageStructConverter.cpp:create:51:ValueError: MessageStructConverter for type PROTOBUF is not defined
Also, 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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