geekthread

Results 7 comments of geekthread

Hi Experts, Can you please help us here. Is resetting the connection pool a viable solution to fix this issue until root cause is known.

Thanks @NathanSweet @theigl , we are using default serializer(Field Serializer). Will check your recommendations and share updates.

We checked the serializers, TaggedFieldSerializer seems to be compatible but has performance overhead as compared to FieldSerializer. Is it possible for Kryo team to take this behaviour as a defect...

Thank you for the prompt reply, @theigl. Could you please share or direct me to the performance metrics for the TaggedFieldSerializer? I'm interested in understanding the additional memory it might...

Thanks for the quick response @theigl . After evaulating our use-cases we have decided to move forrward with CompatiableFieldSerialzer as a default serializer, but we have below queries - **Rename/Type-Change...

Hi team, We are currently using Kryo3 and need assistance with setting the `readUnknownFieldData` option as mentioned [here](https://github.com/EsotericSoftware/kryo?tab=readme-ov-file#compatiblefieldserializer). Although we have successfully tested it on Kryo5, we are unable to...