+1 vote
in Service Discovery by
What are the fundamental characteristics of a Microservices Design?

1 Answer

0 votes
by
Services split up and organized around business functionality.

Separate modules handled and owned by different development teams.

Decentralized Framework.

Maintenance of respective modules by respective development teams.

Separate modules may be maintained by different databases.

Modules in a Microservice Architecture are separately deployable. They can be updated, enhanced, or deleted without disrupting the entire architecture.

Real-time monitoring of the application.

Related questions

+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
0 votes
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...