Replies: 1 comment 1 reply
-
I have noticed that many teams primarily use JSON. However, users technically have the freedom to select the SerDe of their preference. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Numaflow uses GRPC/Protobuf serialization at the core platform level.
But I wonder, what's the community's most popular serialization method for UDF at Datum level between two numaflow vertices?
(I.e. (de)serialization of
Datum.value
.)JSON? Avro? Proto? MsgPack?
Beta Was this translation helpful? Give feedback.
All reactions