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

Add Tags property to Akka.Persistence.Query EventEnvelope #6849

Closed
Arkatufus opened this issue Jul 24, 2023 · 0 comments · Fixed by #6862
Closed

Add Tags property to Akka.Persistence.Query EventEnvelope #6849

Arkatufus opened this issue Jul 24, 2023 · 0 comments · Fixed by #6862

Comments

@Arkatufus
Copy link
Contributor

Currently, event tags are write-only construct that were written along side of the event in question. There is no way to inspect/retrieve these tags once they are written.
It would be trivial to return these tags as part of the event metadata inside the EventEnvelope class that are returned by any of the persistence queries.
This property can be made optional (nullable) so that existing plugins can opt in on implementing it.

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

Successfully merging a pull request may close this issue.

2 participants