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