We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As it stands, services need to manage peer connections manually (and can't share them with each other), which introduces extra latency / overhead.
Instead, there should be a pool of connections in MultiNodeCut that all services have access to.
This will probably involve implementing some kind of lazy connection type, as one isn't provided natively by tonic.
Related: hyperium/tonic#167
The text was updated successfully, but these errors were encountered:
04ad4ac
No branches or pull requests
As it stands, services need to manage peer connections manually (and can't share them with each other), which introduces extra latency / overhead.
Instead, there should be a pool of connections in MultiNodeCut that all services have access to.
This will probably involve implementing some kind of lazy connection type, as one isn't provided natively by tonic.
Related: hyperium/tonic#167
The text was updated successfully, but these errors were encountered: