+1 vote
in Service Discovery by
What are the main features of Microservices?

1 Answer

0 votes
by
Microservices have the following main features:

Multiple Individually Deployable Components.

Service Distribution based on Business Capabilities.

Decentralized Data Management.

DevOps Implementation.

Technical Independence.

Hidden Component Complexity to avoid unnecessary microservices dependencies.
...