We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code in
akka-tools/akka-tools-jdbc-journal/src/main/scala/no/nextgentel/oss/akkatools/persistence/jdbcjournal/JdbcReadJournalProvider.scala
Line 225 in c004f27
} catch { case e: Exception ⇒ log.error(e, s"JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId") onErrorThenStop(e) }
Does not resolve $persistenceId.
It is logged like this:
2017-10-01 11:45:06,436 lvl=ERROR, JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code in
akka-tools/akka-tools-jdbc-journal/src/main/scala/no/nextgentel/oss/akkatools/persistence/jdbcjournal/JdbcReadJournalProvider.scala
Line 225 in c004f27
Does not resolve $persistenceId.
It is logged like this:
2017-10-01 11:45:06,436 lvl=ERROR, JdbcEventsByPersistenceIdActor stopped for persistenceId=$persistenceId
The text was updated successfully, but these errors were encountered: