pekko/akka-docs/rst/scala/code/docs/persistence
Martin Krasser 1da3369643 !per #3681 Performance and consistency improvements
- batch-write of persistent messages (user API)
- batch-write of events (in EventsourcedProcessor)
- command processing in EventsourcedProcessor by unstashing messages one-by-one from the internal stash
   * fixes performance issues that come up with unstashAll
- commands are not looped through journal actor but processed directly
- initial performance tests
  * command sourcing
  * event sourcing
  * event sourcing with user stash operations
- suppress stack traces in tests
2013-10-30 15:08:15 +01:00
..
PersistenceDocSpec.scala !per #3681 Performance and consistency improvements 2013-10-30 15:08:15 +01:00
PersistencePluginDocSpec.scala !per #3681 Performance and consistency improvements 2013-10-30 15:08:15 +01:00
PersistenceSerializerDocSpec.scala !per #3652 Custom snapshot and persistent message serialization 2013-10-14 17:35:04 +02:00