grpc Thread pools question

84 views
Skip to first unread message

cr2...@gmail.com

unread,
Oct 4, 2018, 11:03:02 AM10/4/18
to grpc.io
Hi -
Can an application override the managment of the thread/pools that grpc uses ?  API ?  any examples ? 
Thanks !

cr2...@gmail.com

unread,
Oct 4, 2018, 11:06:48 AM10/4/18
to grpc.io
Should have added I'm only interested on the client side .. and this Java :)

Carl Mastrangelo

unread,
Oct 4, 2018, 4:25:22 PM10/4/18
to grpc.io
yes, you can call ManagedChannelBuilder.executor() and ServerBuilder.executor().  I don't have any examples off hand, but we personally prefer using ForkJoinPool as our executor.

cr2...@gmail.com

unread,
Oct 8, 2018, 7:06:53 AM10/8/18
to grpc.io
Thanks.
Reply all
Reply to author
Forward
0 new messages