Messages between bounded context By David Boyne

Messages between bounded context By David Boyne

Messages between bounded context

When sending data between bounded context you have a few options to handle the data/contracts.

Conformist Pattern

  • System A sends data to System B. System B does no translation of the data before using it within it’s bounded context.
  • System B conforms to the data/contract.

Anti-Corruption Layer

  • System B does not want to conform to the contract of System A.
  • System B translates the data into a domain model it can understand.

Open-Host Service

  • System A sends data to System B but translates it before it is sent.
  • Public language is used between systems.
  • Integration details of System A is still locked away, but public inteface/message exposed.

Extra Resources

Want to work together?

If you're interested in collaborating, I offer consulting, training, and workshops. I can support you throughout your event-driven architecture journey, from design to implementation. Feel free to reach out to discuss how we can work together, or explore my services on EventCatalog.

Download EDA Visuals

Join over 10,000 others learning EDA and download all the EDA visuals directly to your computer. This document updates everytime a new visual is added so make sure you come back to get the latest.

Download now →
Diagrams and thoughts by @boyney123 to help you learn.