hudl / fargo

Golang client for Netflix Eureka
MIT License
133 stars 53 forks source link

Support for zone stickiness #11

Open cquinn opened 10 years ago

cquinn commented 10 years ago

Making the Eureka selection sticky or at least stickier per zone would make some operations more reliable. Pick one at random and then keep it until there's a problem, or after a timeout period and then step through to the next one. This is more like what Netflix's Java client does.