Skip to content

Pass retry token to call Context#1263

Merged
mtdowling merged 1 commit into
mainfrom
retry-token-in-interceptors
Jun 24, 2026
Merged

Pass retry token to call Context#1263
mtdowling merged 1 commit into
mainfrom
retry-token-in-interceptors

Conversation

@mtdowling

Copy link
Copy Markdown
Member

Use hook.context().get(CallContext.RETRY_TOKEN)

Closes #1124

What behavior changes?

Describe the observable difference in behavior before and after this change.

Passes retry token to interceptors via context

Why is this change needed?

Explain the motivation: bug, feature request, refactor, performance, etc.

See #1124

How was this validated?

List tests added, benchmarks run, or manual verification performed.

What should reviewers focus on?

Point reviewers to the files or sections that contain the interesting logic.

Additional Links

Related issues, design docs, or prior art.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use `hook.context().get(CallContext.RETRY_TOKEN)`

Closes #1124
@mtdowling mtdowling enabled auto-merge (rebase) June 24, 2026 01:22
@mtdowling mtdowling merged commit fc624b1 into main Jun 24, 2026
5 checks passed
@mtdowling mtdowling deleted the retry-token-in-interceptors branch June 24, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass RetryToken value to interceptor hooks

2 participants