Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAutomatically add saga id to event metadata + create default SagaLocator #608
Labels
Milestone
Comments
|
Hi, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:
or the second option could be to put eventMetadata into command along with already included ISourceId