kratos
kratos copied to clipboard
[Feature]provides client-side request retry logic
What problem is the feature used to solve?
kratos does not provide client-side request retry logic
References
- [http retry](https://github.com/gojek/heimdall/tree/master/httpclient)
- [gprc retry](https://github.com/grpc-ecosystem/go-grpc-middleware/tree/master/retry)
It can implement a client retry middleware that supports http/grpc at the same time
It can implement a client retry middleware that supports http/grpc at the same time
So we tend to use middleware to implement retry instead of adding retry logic in the client ?
Please assign it to me because I want to try implementing this functionality.
@Loner1024 sorry, I just saw it now, can you help me finish it
@Loner1024 sorry, I just saw it now, can you help me finish it
Great, I will try.
It seems that this is still not implemented so I am wondering is this still needed? If it is may I pick this up? @shenqidebaozi