WORKERS AHEAD!
You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. You are most encouraged to test the changes presented.
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.
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...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...