What is the foundation of the microservices architecture?
A.
The development of a single application becomes a centralized, including all dependencies on bare metal.
B.
Developing a single application while keeping data consistency with transaction control (like row locking then commit, will rollback when failed)
C.
Developing a single application as a suite of small and independent services that are running in their own processes, can develop and deploy independently.
D.
About developing a single application become modular in the level of method/function, but keep only in 1 object app because we need to manage it easily.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit