Service Discovery

Service Discovery is one of the key tenets of a microservice based architecture. This guide aims to describe built-in CAS supported options that can be used for locating nodes for the purpose of load balancing and failover.

:scroll: Consul Server Discovery Service

HashiCorp Consul has multiple components, but as a whole, it is a tool for discovering and configuring services in your infrastructure. It provides key features such as service discovery, health checking and more.

More...

:scroll: Eureka Server Discovery Service

Eureka is a REST-based service, offered by Spring Cloud Netflix, that is primarily used for locating services for the purpose of load balancing and failover of middle-tier servers.

More...