+per #3746 Remote sharing of LevelDB for testing purposes

Further changes

- remove obsolete identity checks in Eventsourced
- fix wrong serialize-messages config in tests
This commit is contained in:
Martin Krasser 2013-11-25 12:02:29 +01:00
parent 4d05253391
commit d0bc8a6400
20 changed files with 649 additions and 179 deletions

View file

@ -9,6 +9,8 @@ import scala.collection.immutable
import akka.actor._
/**
* INTERNAL API.
*
* Defines messages exchanged between processors, channels and a journal.
*/
private[persistence] object JournalProtocol {