I'm using postgres though we're barely in production. No problems and we know what to do with it. We're also using it for traditional data warehouse storage and maps so it just makes sense to keep the same technology everywhere until a real need for something else emerges. we're using
journal.class = "akka.persistence.journal.sqlasync.PostgreSQLAsyncWriteJournal" snapshot-store.class = "akka.persistence.snapshot.sqlasync.PostgreSQLSnapshotStore" but you need to do an analysis of what happens if things go wrong. In our case (not using akka cluster - at least not in the short term) conventional database replication using SR (streaming replication) seems to be appropriate On Monday, October 26, 2015 at 4:49:11 PM UTC, [email protected] wrote: > > Based on your production experience, what storage backends have worked > well for akka-persistence? > > We are considering postgres because we already use it heavily. Does anyone > have experience with this? > > Is anyone a strong proponent of other storage backends (cassandra, kafka, > etc)? > > Thank You! > Vikas > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
