Does anyone use akka-persistence-sql-async plugin for the akka journal? Is there a limit on its wait-queue-capacity setting? I stored the journal msg in postgres. When I replayed the actor msg, I got "com.github.mauricio.async.db.pool.PoolExhaustedException: There are no objects available and the waitQueue is full". This plugin underlying uses com.github.mauricio:postgresql-async. It seems akka-persistence-sql-async's wait-queue-capacity enable to me to solve the problem after increasing its size from default 10,000 to 100,000. Is there a limit? Snapshot may be an alternative option.
Thanks for any advice. -- >>>>>>>>>> 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.
