by blooberr on 9/24/14, 10:14 PM with 4 comments
What are some of the pitfalls I should be aware of?
Should I keep things simple and roll my own using Redis backed by sentinel/clustering?
by tatalegma on 9/24/14, 10:45 PM
What's wrong with simply having a config file that tells your code the URL for each service it depends on (assuming my understanding of what discovery is is valid)?