-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spanner): Add support for RPC priority (#3341)
* feat(spanner): add support for RPC priority Adds support for setting a priority per RPC. This can be any read/query/update statement and it can be set for a commit RPC. * fix: fix ApplyAtLeastOnce + add tests * fix: only include RequestOptions if necessary * fix: remove unnecessary blank line * fix: merge txOpts and options * fix: remove commented code * fix: create generic createRequestOptions() method Co-authored-by: larkee <31196561+larkee@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
311 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.