lagom / lagom-samples

https://developer.lightbend.com/start/?group=lagom
Creative Commons Zero v1.0 Universal
86 stars 82 forks source link

Partitioned event tags #96

Closed octonato closed 5 years ago

octonato commented 5 years ago

This PR introduces partitioned tags for the shopping cart samples (scala and java).

This is useful in itself because is the recommended way of tagging events. In addition to that, we want to have it partitioned so we can validate a migration to Akka Persistence Typed as we must make sure that the tags are partitioned exactly the same.