mts icon indicating copy to clipboard operation
mts copied to clipboard

Switch from legacy threads to akka

Open egwepas opened this issue 7 years ago • 2 comments

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

egwepas avatar Mar 01 '18 10:03 egwepas

Other option : switch to CompletableFuture API. Should be simpler.

egwepas avatar Mar 04 '19 14:03 egwepas

Keep an eye on : https://openjdk.java.net/projects/loom/

egwepas avatar May 25 '20 12:05 egwepas