Click here to Skip to main content
15,899,025 members
Articles / Microservice

Internal Micro-service Architecture

25 Jan 2021CPOL 2.7K  
In the Monolith era, we had one big mess and now we have lots of little messes. How to deal with it?
The article describes how the micro-service architecture can be implemented inside a single service. Each major package (or namespace) must have a single point of entry which serves as a controller for the rest of application. This approach allows us to easily monitor how modules are coupled and move any part of the system to a separate micro-service with a very little effort.
We're sorry, but the article you are trying to view was deleted at 10 Feb 2021.

Please go to the Microservice Table of Contents to view the list of available articles in this section.