You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lagom: add an adapter from Lagom tagging to Akka Persistence Typed tagging @renatocaval
Provide EntityFactory that makes it easier to shard persitence entities - after discussing with Akka Team, it became clear that EntityFactory is not offering much value.
Play: document how to use Akka Persistence Typed
Lagom: document how to migrate to Akka Persistence Typed from existing Lagom PE code (includes data compat, migrating events, unit tests...)
Scala users need to learn how to use Akka Jackson for the commands (ActorRef[Reply] issue)
Java users need to learn how to keep business id around for tagging
Java users need to learn how to remove PersistenceId separator
Akka 2.6.0 M7
@dwijnandProvide- after discussing with Akka Team, it became clear thatEntityFactory
that makes it easier to shard persitence entitiesEntityFactory
is not offering much value.PersistenceId
separatorMetadata
The text was updated successfully, but these errors were encountered: