firehooper
firehooper
`::visualvm.bat under bin %~d0 cd %~dp0 visualvm.exe --jdkhome "%JAVA_HOME%" pause `
Sorry for my misunderstanding. Yes looks like multiple aggregates can be used in the same actor system, but they will all be stored in the same journal / event stream....
@octonato here is the PR https://github.com/fun-cqrs/fun-cqrs/pull/102 it will default back to the default empty string https://github.com/akka/akka/blob/main/akka-persistence/src/main/scala/akka/persistence/Persistence.scala#L80
When you have a chance can you please do a release for https://github.com/rockymadden/stringmetric/pull/27 ? Thanks for compiling all these great string matching algorithms!
Sorry I should have been more specific. the Set[java.lang.Class] would include case classes which are currently errored by values and filtered by collect. Something like caseClassValues: Set[java.lang.Class]
Yes that is exactly it. One use case is for validating all implementations of a trait are in application.conf for akka.actor.serialization-bindings and generate a diff for errors. Maybe next would...