You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if there are any plans to add a circuit breaker and bulkheading interceptor to the go-grpc-middleware library? These interceptors are commonly used in gRPC applications to improve reliability and prevent overload on the server.
If there are no plans to add these interceptors, how are people working without them? Are there any recommended alternatives or best practices?
I would be interested in contributing to the project and implementing these interceptors if there is interest in adding them.
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if there are any plans to add a circuit breaker and bulkheading interceptor to the go-grpc-middleware library? These interceptors are commonly used in gRPC applications to improve reliability and prevent overload on the server.
If there are no plans to add these interceptors, how are people working without them? Are there any recommended alternatives or best practices?
I would be interested in contributing to the project and implementing these interceptors if there is interest in adding them.
The text was updated successfully, but these errors were encountered: