Abc.Zebus.Directory.Runner
. There are two persistence modes for the Directory: in-memory (single-instance only, unsafe) and Cassandra (multi-instance supported). There is also work in progress to provide a RocksDB persistence mode (single-instance only but safer that in-memory and simpler to deploy).
Storage
configuration must be changed to Cassandra
. You also need to specify the Cassandra.*
configurations.
There is also work in progress to provide a RocksDB persistence mode
Is the RocksDB persistence mode something I can implement now? Or does it need more work? I've gotten Zebus working insofar as I'm creating the Directory, starting the bus, and transferring data. Now I need to get the persistence working, but I don't want to use Cassandra if I can use something simpler.