Distributed race condition prevention
Solutions to handle race conditions in ecosystems consisting of 3 types of actors: client, servant and platform
Clients will make requests and only one servant can accept the request to process it
Multiple servants want to serve same client at the same time
- Run the environment
docker-compose up -d
- Monitor interactions through browser