Hi Carl,
 I am setting it on server, i am using nettyserverbuilder to build the 
server
Server = NettyServerBuilder.forAddress().sslContext().executor(MyExecutor
).addService().build()



On Friday, April 13, 2018 at 2:22:48 AM UTC+5:30, Carl Mastrangelo wrote:
>
> Are you setting the executor on the channel and server?   
>
> gRPC Java does all its logging via java.util.logging, so you can turn up 
> the verbosity in the log config.
>
> On Thursday, April 12, 2018 at 6:15:12 AM UTC-7, deepakag...@gmail.com 
> wrote:
>>
>> Adding some more information.
>> The RPC is a BiDirectional streaming RPC
>>
>> On Thursday, April 12, 2018 at 6:40:32 PM UTC+5:30, deepakag...@gmail.com 
>> wrote:
>>>
>>> Hi all,
>>> I have a grpc java server, I have provide a fixed threadpool executor 
>>> with 5 threads while starting my grpc server.
>>> The client is sending 5000 GPB packets per second. But my application is 
>>> not able to receive those packets within
>>> one second.
>>>
>>> So my doubts are
>>> 1) How can i check where the packets are stuck. If there is any queue 
>>> where the packets are cached and how to know,
>>>  how many packets are cached in the queue?
>>> 2) How to enable the GRPC java server logs?
>>>
>>> Regards,
>>> Deepak
>>>
>>>
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/152cc61e-3656-488a-b254-ee98c7e56247%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to