thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
151 stars 46 forks source link

[QUESTION] Custom Name Resolver #35

Open savasozer opened 8 months ago

savasozer commented 8 months ago

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