-
Notifications
You must be signed in to change notification settings - Fork 92
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
Add grpc-gcp support in gax #396
Add grpc-gcp support in gax #396
Conversation
Hi @JustinBeckwith @alexander-fenster , do you mind take a look when possible? Thanks a bunch! |
src/grpc.ts
Outdated
} | ||
}); | ||
const apiConfigDefition = options['grpc_gcp.apiConfig']; |
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.
typo: should be Definition
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.
Approved if you fix a typo in the variable name :)
Hi @alexander-fenster can you help merge this? And may I ask what's the timeline for the next release? Thx! |
I'm releasing 0.25.0 in #402. |
@WeiranFang It's released. |
Thanks @alexander-fenster ! I'll pin it in googleapis/nodejs-spanner#503 |
As discussed in googleapis/nodejs-spanner#436 , we decided to put the grpc-gcp related logic into gax, while in client library, we only need to add a new entry with key named
grpc_gcp.apiConfig
into the client options, so that the gax will enable the grpc-gcp support only when the entry exists.