mts
mts copied to clipboard
Switch from legacy threads to akka
Rely on akka to execute scenarios. Akka is a completely asynchronous and scalable framework. That would imply two major improvements :
- Test could be wrote the same way for functional or load tests
- No need for master mode anymore, real native cluster
Other option : switch to CompletableFuture API. Should be simpler.
Keep an eye on : https://openjdk.java.net/projects/loom/