You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Navneeth Krishnan <re...@gmail.com> on 2021/02/24 07:31:56 UTC

Object Serde

Hi All,

Is there a widely used serde for java objects which provides both backward
and forward compatibility? I have been using Kryo with a compatible field
serializer but it seems to be very slow. Any suggestions would really help.
We also have protos in some cases but moving everything proto would be
really difficult. I'm looking for something similar to flink seralization.

Thanks