Skip to content
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

feat(Bigtable): add bigtable-attempt header #7414

Merged
merged 7 commits into from
Jun 20, 2024

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented Jun 12, 2024

addresses #7413

Adds bigtable-attempt to the metadata headers when readRows is called for both REST and gRPC transports.

Note: The initial call will contain the value bigtable-attempt: 1. All subsequent requests will increment from there until a non-retriable exception is thrown, or until maxRetries is exceeded.

cc @igorbernstein2

BEGIN_VERSION_OVERRIDE
Bigtable: 2.0.0
END_VERSION_OVERRIDE

@bshaffer bshaffer requested review from a team as code owners June 12, 2024 22:59
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Jun 12, 2024
@bshaffer bshaffer added the next release PRs to be included in the next release label Jun 13, 2024
@bshaffer bshaffer added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 13, 2024
@bshaffer bshaffer removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 19, 2024
@bshaffer bshaffer merged commit f7f6aec into main Jun 20, 2024
26 checks passed
@bshaffer bshaffer deleted the add-bigtable-attempt-headers branch June 20, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. next release PRs to be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants