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
Hi, Is it possible add AttemptMetadataKey = "x-retry-attempt" https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/retry/retry.go#L22
in StreamClientInterceptor ?
exactly the same way it works in UnaryClientInterceptor
thank you
The text was updated successfully, but these errors were encountered:
Seems like it might be possible to just add it to the context of the streaming call. Would you like to contribute this fix?
Sorry, something went wrong.
yes, i can try that later
No branches or pull requests
Hi, Is it possible add AttemptMetadataKey = "x-retry-attempt"
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/retry/retry.go#L22
in StreamClientInterceptor ?
exactly the same way it works in UnaryClientInterceptor
thank you
The text was updated successfully, but these errors were encountered: