Provide sample code for tuning grpc parameters #1596
Labels
api: spanner
Issues related to the googleapis/nodejs-spanner API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
samples
Issues that are directly related to samples.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Cloud Bigtable allows user to override grpc parameters globally.
And per offline conversation, for Cloud Spanner, you can't set these values at a global level. Instead these values can be passed with each function call. This is because for different queries number of retry values, timeout, etc make sense differently as per the operation.
Creating a FR to provide code sample in passing grpc parameters at function level.
The text was updated successfully, but these errors were encountered: