About
Micro-service are often based on Rest Services.
Articles Related
Features
Discovery
how services discover and connect with each other
Mesh
Configure end-to-end visibility and high-availability
Other
- facade
- resiliency,
- configuration management
- load balancers,
- API gateway,
- circuit breaker,
- locks,
- leadership selection
Framework
- spring-boot + spring-cloud - Leader - Spring Boot provides a quick (and opinionated) way to create a production-ready Spring-based application. It is based on the Spring Framework, favors convention over configuration, and is designed to get you up and running as quickly as possible.
- https://micronaut.io/ - Beautiful Petstore
- https://quarkus.io/ - Challenger
- SparkJava