Computer Science, asked by TbiaSamishta, 11 months ago

Separating components with conflicting resource requirements falls under the bucket of monolithic or microservices?

Answers

Answered by Arslankincsem
0

Answer:

In general the idea is to split the application into smaller as well as interconnected services, in can avoid building a single monolithic application. Of course micro service is considered as a small application that also has own hexagonal architecture that also consisting of business logic with different adapters. If the application is made in java then its components is also packed into a war file.

Answered by Anonymous
0

Answer :

A team can develop the part on which it is focused. the complex nature of the monolithic system is reduced here as every problem is dealt with independently. Answer: Separating components with conflicting resource requirements fall under the bucket of micro

Similar questions