Simple project with Play and Akka Cluster to bootstrap a POC quickly and test a technical feature on a microservice stack similar to the tdc local stack
- Async computing with scala Futures
- Akka actors messages (local and remote)
- Akka cluster (with constructr)
- Play endpoints
- Interservice REST calls
- Scala 2.12.6
- Play 2.6.12
- Akka 2.5.14
sbt docker:publishLocal
docker-compose up -d
./call.sh 10
Sends 10 requests on the S1 service each of them propagaging messages to other services