-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
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
Enable grpc channel management support for spanner client. #436
Conversation
@@ -53,7 +53,8 @@ | |||
"events-intercept": "^2.0.0", | |||
"extend": "^3.0.1", | |||
"google-auth-library": "^2.0.0", | |||
"google-gax": "^0.22.0", | |||
"google-gax": "^0.22.1", | |||
"grpc-gcp": "^0.1.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We must not manually edit files inside src/v*
. See my comment above for detailed explanations, or feel free to set up a meeting and talk to me if you have any questions!
It looks like the call here is to move this logic over to google-gax :) I am going to close this out for now! |
Enabling grpc connection management for Spanner client using grpc-gcp library. By default it will be using a channel pool of size 10, and each with 100 max concurrent streams.