go-grpc-middleware icon indicating copy to clipboard operation
go-grpc-middleware copied to clipboard

Retry-Middleware: allow smart retry with suggestion from server

Open ducttse opened this issue 6 months ago • 2 comments

Hi, is there a plan for supporting retry middleware with minimum retry wait duration. For example, when the server return RetryDelay struct RetryInfo the client can use this information to delay retrying to the server. I will be happy to provide an implementation if we can agree on the payload that will be return from the server side when it want the client to retry after a period.

ducttse avatar Apr 24 '25 08:04 ducttse