-
Notifications
You must be signed in to change notification settings - Fork 1
Test Examples
joaop21 edited this page Mar 30, 2021
·
5 revisions
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.
Home | Getting Started | How it Works | How to Use | Deployment | Metrics | Test Examples