Open Boklazhenko opened 1 week ago
Seems like it might be possible to just add it to the context of the streaming call. Would you like to contribute this fix?
yes, i can try that later
https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733 MR
I have lint error,
something about copyright, readme, but I didn't touch it
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