Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Make Platform Connection manager configurable - custom executor service. #20

Open
dzonekl opened this issue Nov 23, 2018 · 0 comments
Open

Comments

@dzonekl
Copy link

dzonekl commented Nov 23, 2018

We notice the configuration of the NettyChannelBuilder uses the default executor service.
It is advised to replace it with an executor service, and not use the default, as this will spin more threads when the number of channels grow.

Advise can be seen in i.e. here:
https://www.quora.com/What-are-some-tips-tricks-and-gotchas-when-using-gRPC

We don't have access to the server side code, but wonder how the configuration of grpc is on the server side.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant