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

unwrap Tagged from akka persistence #58

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

msiegenthaler
Copy link

see #46

This unwrapps akka.persistence.journal.Tagged values when creating a journal entry. It does not save the Tags from Tagged as there is no single-best way to map the Set[String] to a Map[String,String] for HStore. We could teach the akka.persistence.pg.event.DefaultTagger to do it pretty easily.

This PR is missing a test, I didn't find the correct place/way to put the test. Could you help me with that?

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

Successfully merging this pull request may close these issues.

1 participant