[grpc-io] Re: Access to ByteBuffer before Deserialize

2023-09-01 Thread Abhishek Kabra
Hitting one more time, if any expert know what can be done for recursive protobuf message response at client ? On Friday, August 25, 2023 at 12:03:35 AM UTC+5:30 Abhishek Kabra wrote: > Hey, I am interested in grpc client running in c++/golang code. I am > currently using v1.51. > I

[grpc-io] Re: Access to ByteBuffer before Deserialize

2023-08-24 Thread Abhishek Kabra
Hey, I am interested in grpc client running in c++/golang code. I am currently using v1.51. I understand that grpc-java, this has been fixed in v1.56, but java is not my usecase On Thursday, August 24, 2023 at 11:53:48 PM UTC+5:30 sanjay...@google.com wrote: > Would like to confirm that you

[grpc-io] Re: Access to ByteBuffer before Deserialize

2023-08-24 Thread 'sanjay...@google.com' via grpc.io
Would like to confirm that you are asking about gRPC Java (inferring from your mention of ByteBuffer). On Thursday, August 24, 2023 at 10:53:48 AM UTC-7 Abhishek Kabra wrote: > Hi, > There is issue in protobuf where nested messages (recursion) if goes > beyond 100 depth, DeSerialization fails.