akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Home Page:https://doc.akka.io/docs/akka-persistence-jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve how config default values are handled

patriknw opened this issue · comments

Default values should be in reference.conf and not defined in code.
I found that it is not even reading some config values from reference.conf. For example the batchSize in BaseByteArrayJournalDaoConfig.

Fixed with #488