You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A RocksDB implementation of the persistence store is included in the repository and can be tested fairly simply.
Keep in mind that this should only be used for testing purposes as it is obviously not fault-tolerant.
The project that will host the persistence store is the Abc.Zebus.Persistence.Runner project but before running it a few steps need to be completed:
Start a Zebus Directory instance (either on your machine or a remote one)
Specify the address of the Directory instance in the Bus.Directory.EndPoints app config setting
Specify the environment that the Directory is running as in the Environment app config setting
Specify RocksDb as the PersistenceStorage app config setting