-
Notifications
You must be signed in to change notification settings - Fork 60
Test Setup
Mendel Monteiro-Beckerman edited this page Jul 13, 2019
·
1 revision
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 thePersistenceStorage
app config setting - Start the project