Hi,
I'm wanting to use eventsourced/akka-persistence in a play application i'm working on. Obviously akka-persistence is the future and I'd like to use that, but it's in the Akka 2.3 dev line and Play uses 2.2. I was thinking about using eventsourced for now to avoid any potential issues with pulling Akka 2.3 into Play 2.2, but it also appears that there may be a fair amount of API changes eventsourced -> akka-persistence, that would have to be addressed in a migration effort.
Any reccommendations on the best way to proceed?