Replies: 2 comments
-
Currently some event metadata is generated when the event is emitted, other when the event is saved into the event store. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Emit method does allow you to provide additional metadata. While it may not be exactly what you wanted, if you provide the metadata there, it would be the same when subscribers and read models read it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the AddUserClaimsMetadata configuration method to have the user's identity in all events metadata.
But how to use this data in the AggregateState apply function ?
My aggregate has a notion of owner that I wish to deduce from its creation event.
Beta Was this translation helpful? Give feedback.
All reactions