What are microservices?
Spring microservices refer to a way of designing and building software applications as a collection of small, loosely coupled services.
Microservices are independently developed, which means:
A single developer or small team is responsible for a microservice.
A microservice has its own code repository.
We deploy microservices independently.
What is loosely coupled services?
Example: Amazon Shopping Microservices
Key characteristics of Spring microservices
Drawback or limitations of microservices
Interview Questions on microservices topic.
What is API Gateway and how its useful in microservices?
Comments