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
Right now GAX only passes the address and the channel credentials to create a new client (see https://github.com/googleapis/gax-nodejs/blob/master/lib/grpc.js#L160). However, gRPC's client constructor accepts the third optional parameter to customize various things (https://github.com/grpc/grpc/blob/master/src/node/src/client.js#L732). GAX should allow accepting the options.
See also googleapis/google-cloud-node#1991
The text was updated successfully, but these errors were encountered:
Pass the entire optional parameters to createStub
b576ed1
To allow additional grpc parameters for constructing Client. Fix googleapis/gax-nodejs#107
1a740a1
Pass the entire optional parameters to createStub (#1050)
3e4574e
jmuk
No branches or pull requests
Right now GAX only passes the address and the channel credentials to create a new client (see https://github.com/googleapis/gax-nodejs/blob/master/lib/grpc.js#L160). However, gRPC's client constructor accepts the third optional parameter to customize various things (https://github.com/grpc/grpc/blob/master/src/node/src/client.js#L732). GAX should allow accepting the options.
See also googleapis/google-cloud-node#1991
The text was updated successfully, but these errors were encountered: