Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 679 Bytes

File metadata and controls

11 lines (6 loc) · 679 Bytes

Demonstrating the need of event command transformation with simple Java

This simplistic Java application shows different possibilities to implement an event flow that stretches across context boundaries, might it be the bounded context of DDD or microservices.

It shows how a pure event notification works, and where the shortcomings are when it comes to changing the flow.

A blog post on it will follow soon.

You can also find a screencast on YouTube:

IMAGE ALT TEXT HERE