Slide 41
Slide 41 text
The problem with service discovery
• Latency
• Each lookup takes approximately 10ms
• If you have to look up DB, Cache,
ElasticSearch, SMTP, etc, it adds up
• Try to organize services by logical
application, so you can query for a whole
namespace at once
41