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
When I do something like await rpc.connect_rpc(connect='tcp://rpc-service:5555'), where "rpc-service" is a round robin A record with multiple addresses, can I expect the client to choose a different address every time it is initialized?
From experimentation it seems that this is not the case, but I might be doing something wrong.
The text was updated successfully, but these errors were encountered:
lyschoening
changed the title
RPC calls to multiple service with round robin DNS lookup
RPC calls to multiple services with round robin DNS lookup
May 4, 2016
When I do something like
await rpc.connect_rpc(connect='tcp://rpc-service:5555')
, where "rpc-service" is a round robin A record with multiple addresses, can I expect the client to choose a different address every time it is initialized?From experimentation it seems that this is not the case, but I might be doing something wrong.
The text was updated successfully, but these errors were encountered: