Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enrich events #151

Open
guersam opened this issue Feb 4, 2022 · 2 comments
Open

Enrich events #151

guersam opened this issue Feb 4, 2022 · 2 comments

Comments

@guersam
Copy link

guersam commented Feb 4, 2022

It will be useful to attach some context values such as correlation ID, timestamp or etc. to the event without corrupting the domain logic.

@tobia80
Copy link
Owner

tobia80 commented Feb 11, 2022

Yes, I was thinking about a way to attach correlation Id. Do you have any particular idea in mind as syntax?

@guersam
Copy link
Author

guersam commented Feb 14, 2022

I had Aecor's EventsourcedBehavior#enrich in mind, but it only supports for context-free event side enrichment such as timestamp, not command side context values like correlation id that involves enrichment to the inter-node communication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants