Skip to content

Instantly share code, notes, and snippets.

@yellowbrickc
Last active November 9, 2017 16:33
Show Gist options
  • Save yellowbrickc/af556571a733fc5c20be01ea9ae487dc to your computer and use it in GitHub Desktop.
Save yellowbrickc/af556571a733fc5c20be01ea9ae487dc to your computer and use it in GitHub Desktop.
Domain event documentation
Scenario: different business teams building parts of a product, splitted by business domains. We are anly communicate via domain events published to a message bus and sometimes via published links.
As the domain events are the "contracts" between the business domains we want to declare and enforce the schemas of the events.
Our solution is built in node but the concept could work in any stack.
@MikeBild
Copy link

MikeBild commented Nov 9, 2017

Wow! There is a lot of complexity in this workflow proposal. The schema looks pretty common. Maybe you are doing something too unclear / much things with this kind of "messaging"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment