-
Notifications
You must be signed in to change notification settings - Fork 92
Can the channel carry options? #98
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
Comments
Currently this is not implemented, but I plan to add such options in the future. |
Thanks Reply,When is the development planned? |
@vmagamedov has any progress been made for this? |
@lnshi Nope. Which options do you need? |
@vmagamedov currently i am using |
Added |
I need |
@DeoLeung Implemented ssl_target_name_override config option, please let me know if everything works as expected |
thank you for the support. we will try it later. FYI, |
Hello @vmagamedov, Is it possible to also add load balancing policy option? Something like this from grpcio: grpcio load balancing client example |
just like
conn = Channel(cache_address, options=[('grpc.max_message_length', 1024 * 1024 * 1024), ('grpc.max_send_message_length', 1024 * 1024 * 1024), ('grpc.max_receive_message_length', 1024 * 1024 * 1024)])
The text was updated successfully, but these errors were encountered: