-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Expose hyper BDP config #358
Comments
We support some of these but this mostly relies on hyper. @seanmonstar might be interested in hearing what other options you'd like. |
I believe retries could be added into tonic using We'd need to be more specific about "channel args" to know what is desired. |
Among the ones not currently implemented in Tonic, our production code uses I think grpcio provides support for a fairly common list of grpc args Retry configs are the big one though. |
So hyper, the underlying HTTP library used in Tonic, has support for |
Feature Request
Is it possible to support grpc retry configs and grpc channel args? These are quite frequently used in production.
My requests on a single tonic channel seem to fail at high concurrency(10s of thousands) and without these, it is painful to handle these correctly and optimally.
The text was updated successfully, but these errors were encountered: