agourlay / omnibus

An HTTP-friendly persistent message bus.
Apache License 2.0
70 stars 4 forks source link

Re-work persistence #30

Open agourlay opened 9 years ago

agourlay commented 9 years ago

Omnibus persists locally a journal log of events on the file system.

Currently it uses akka-persistence-leveldb which has performance issues : https://github.com/akka/akka/issues/15585

ideas :