- Spring cloud starter gateway
Provide a central point to access and secure microservices
- Spring cloud starter circuit-breaker resilience4j
Close connection to a service when it does not response back
- Spring cloud starter netflix eureka server
Used to help services find one another
- Spring cloud starter netflix eureka client
Communicate with eureka server
- Spring boot starter webflux
Make http requests from service to service
- Keycloak (it is not a project dependency but another service that provides authorization)