The VLINGO XOOM platform SDK delivering Reactive storage that is scalable, high-throughput, and resilient for CQRS, Event Sourcing, Key-Value, and Objects used by services and applications.
Any client code still needs to be updated to provide the JDBCJournalInstantWriter instead of Dispatcher. I will take a look at vlingo-symbio-jdbc to see if it's possible to introduce backwards compatibility.
Addresses #25
For example,
JDBCJournalActor
now requires two arguments:JDBCJournalInstantWriter
andConfiguration
. It no longer requiresDispatcher
.This patch makes the following work:
Any client code still needs to be updated to provide the
JDBCJournalInstantWriter
instead ofDispatcher
. I will take a look atvlingo-symbio-jdbc
to see if it's possible to introduce backwards compatibility.