Re: Issue with protobuf kyro serializer for UnmodifiableLazyStringList

2024-08-14 Thread Sebastian Zapata
was able to make it work with adding a serializer import de.javakaffee.kryoserializers.protobuf.ProtobufSerializer environment.config.registerTypeWithKryoSerializer(EventMetaData::class.java, ProtobufSerializer::class.java) and then modifying the proto buff schema so it takes the nonlazy implemen

Issue with protobuf kyro serializer for UnmodifiableLazyStringList

2024-08-14 Thread Sebastian Zapata
Hi everyone wanted to check if somebody else has found an issue like this?, and could maybe have some pointer or has encountered this before my kyro serializer is failing to serialize com.google.protobuf.UnmodifiableLazyStringList I am tyring to read a protobuf message with the data streaming API