Relative Content

Tag Archive for hexagonal-architecture

How to model two bounded contexts with tight coupling between them

Context Hello, at my company we have been working with DDD for some time now. We have a monolith and some services. The bounded contexts in the monolith use HTTP calls to communicate between them or data replication/projections when it’s needed. Now we have a case where we think we have two bounded contexts, but […]