Doğaç Eldenk
Doğaç Eldenk
I think it works but the prediction confidences are pretty low.
@minwoox that did the trick, thanks. Which serialization format do we need to enable to use the debug form? Currently we are using `.supportedSerializationFormats(GrpcSerializationFormats.PROTO)` because JSON serialization does not run...
> > because JSON serialization does not run with proto3 optional fields. > > As far as I know, `protobuf-jackson` supports optional since 2.0.0 [curioswitch/protobuf-jackson#7](https://github.com/curioswitch/protobuf-jackson/issues/7) You can also set Gson...
> this Yep, I will take a look. Thanks 🙇
> minwoox Seems like BloomRPC is using a completely different serializer than `JsonFormat`. We are not outputting any optional value because of the following logic inside `JsonFormat`: https://github.com/protocolbuffers/protobuf/blob/main/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java#L998 I will...
@yiranran Any suggestions?
Something like this: - https://github.com/streem/pbandk/pull/231 @garyp
> Would that satisfy your use case? There are hundreds of different packages because we use monorepo structure for our protos. So there are 20-30 different microservices, each having a...
@garyp - https://github.com/streem/pbandk/pull/232 Something like this would help a lot. I tried to keep syntax and implementation simple.
Closing this as we are working on - #2844 - #4516 - #4518