spotify / dns-java

DNS wrapper library that provides SRV lookup functionality
Apache License 2.0
206 stars 47 forks source link

QUESTION: Method to return a Random node. #34

Closed nascimento closed 5 years ago

nascimento commented 5 years ago

What is the best way to get a Random or Round Robin (like) node from LookupResult List?

Thanks