uber / ringpop-go

Scalable, fault-tolerant application-layer sharding for Go applications
http://www.uber.com
MIT License
835 stars 83 forks source link

Implement router.GetNClients #212

Closed andrewdeandrade closed 7 years ago

andrewdeandrade commented 7 years ago

This pull request implements GetNClients in the ringpop router. This is just the router equivalent of the hashring.LookupN function.

yulunli commented 7 years ago

LGTM