Case Engine Release 1.1.41
Cluster Support
The case engine has always trusted the powerful runtime provided through Apache Pekko.
This release enables more and more of the powerful features inside Pekko.
Most significantly the case engine now features support for clustering through Pekko.
If you want to use this option, do not hesitate to contact us for support. Clustering with an actor model driven system requires specific configuration settings.
Robustness
Error handling on instable and changing network connections has improved. The restart settings that can be configured inside the engine are now not only applied on the event journal, but also for connectivity issues in the query part of the house.
JDBC Database support
The Case Engine relies on JDBC databases for queries, and leverages the configurable Pekko persistence plugins for event journaling. The engine is tested against a number of combinations upon every commit. Specific testing is done with PostgreSQL and Microsoft SQLServer as query database. The testing is now extended with support for the Oracle database system as well.