Re: [grpc-io] Re: relaying grpc calls

2023-05-15 Thread 'Larry Safran' via grpc.io
Instead of looking for it in Eric's personal repo, you can now find it in the master repository: https://github.com/grpc/grpc-java/blob/master/examples/src/main/java/io/grpc/examples/grpcproxy/GrpcProxy.java On Sunday, May 7, 2023 at 6:50:04 PM UTC-7 Hakim Kahlouche wrote: > @Eric: I tried to

[grpc-io] GRPC Serializer does call at the time of GRPC request calling why

2023-05-15 Thread Joseph Anjilimoottil
Hi Guys, I am working on the project and i want to do nested serializer and in that i want to do data filtering based on the request while API calling but the pdb does not hit but while saving it hit the pdb in the serialize why. can you please give me answer on these questions -- You rec

[grpc-io] Re: maximum concurrent streams in cpp

2023-05-15 Thread karthik karra
and also tried using different channels for each client. nothing worked On Monday, May 15, 2023 at 2:45:14 PM UTC+5:30 karthik karra wrote: > tried this call but of no use > server_builder.AddChannelArgument(GRPC_ARG_MAX_CONCURRENT_STREAMS,30) > > On Monday, May 15, 2023 at 2:04:04 PM UTC+5:30 ka

[grpc-io] Re: maximum concurrent streams in cpp

2023-05-15 Thread karthik karra
tried this call but of no use server_builder.AddChannelArgument(GRPC_ARG_MAX_CONCURRENT_STREAMS,30) On Monday, May 15, 2023 at 2:04:04 PM UTC+5:30 karthik karra wrote: > Hi All, > > currently i am getting max of 15 streams to server from 2 clients. > how to set the max concurrent streams ? > do

[grpc-io] maximum concurrent streams in cpp

2023-05-15 Thread karthik karra
Hi All, currently i am getting max of 15 streams to server from 2 clients. how to set the max concurrent streams ? do i need to create a new channel or should i increase the max concurrent streams ? Any suggestions would be helpful. Thanks, Karthik -- You received this message because you a