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
I know that official gRPC c++ does not support custom name resolvers yet. Do you know a way to provide multiple server addresses/ips without using DNS A/SRV records? I only want to provide multiple server addresses to a channel for failover/retry mechanizm. I've tried ChannelArguments::SetServiceConfigJSON, but it has not capabile of specify server address.
Thank you
The text was updated successfully, but these errors were encountered:
Hello to everyone,
I know that official gRPC c++ does not support custom name resolvers yet. Do you know a way to provide multiple server addresses/ips without using DNS A/SRV records? I only want to provide multiple server addresses to a channel for failover/retry mechanizm. I've tried
ChannelArguments::SetServiceConfigJSON
, but it has not capabile of specify server address.Thank you
The text was updated successfully, but these errors were encountered: