Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    +1 for the application layer. In a pub-sub design, the domain event may activate generic logic in different places/systems/microsservices. If one of the subscribers is an application modeled using DDD, the event is triggering some processing in that application/BC. This processing may require transaction demarcation, access control, coordination that is typically performed at the application layer. Commented Feb 14, 2019 at 17:30