Skip to content

Test Examples

joaop21 edited this page Mar 30, 2021 · 5 revisions

Contents

  1. Distributed Counter
  2. Fault-Tolerant Distributed Counter

Distributed Counter

Fault-Tolerant Distributed Counter

This example follows on from the previous one, in the direction of what is intended at the end of this project. This example already uses the Raft implementations present in the root of the project. It represents a program that manages multiple counters that can be accessed, incremented and decremented. This example is implemented in both the servlet stack and the reactive stack, and in two different configurations for each of the stacks, which are independent and embedded respectively.

The deployment of this test example is well described here. If you to know more about the different configurations, please visit the How To Use section.

Clone this wiki locally