Open source Java implementation for Raft consensus protocol.

LogService Testing

The LogService presently has two means for testing itself: Docker with Compose orchestration and VirtualBox with Vagrant orchestration.

Docker is suitable for a quick and lightweight orchestration of a full LogService installation. Vagrant, while heavier-weight that the Docker automation, has the added benefit of being able to leverage Namazu for failure scenarios. Please find more on each using the below references.