Modern monolitical application

68 Views Asked by At

I know in these days microservice architecture is the best of :) But we create application on demand so customer is who will determine if application will be on cloud or not. We have old application which we need to modernize to decrease complexity and coupling. It is classic application with many logic in stored procedures. I read about DDD and I think bounded context is nice idea how to decrease complexity. But when there are bounded contexts which are separated, how do they communicate together? In microservice architecture there could be RPC or message queuing system. How to do when I want to create communication between bounded contexts in monolith which they are low coupled? Do you have some experiences?

0

There are 0 best solutions below