swagger-api / swagger-async-httpclient

Apache License 2.0
10 stars 25 forks source link

Implement round-robin host picking #1

Closed jsancio closed 10 years ago

jsancio commented 10 years ago

It should be noted that the global round-robin host picker is not technically round-robin since the counter could be reused across a different set of hosts. If you want independent round-robing for one set of host then you need to instantiate and save the RoundRobingHostPicker class.