MAIF / thoth

Event sourcing in java with vavr, akka stream and vertx reactive PG driver
https://MAIF.github.io/thoth/
Apache License 2.0
32 stars 9 forks source link

Prevent command concurrency #37

Open ptitFicus opened 3 years ago

ptitFicus commented 3 years ago

In some scenarios, commands should not be run concurrently.

There is several possible needs :

There is also several way to handle concurrent command :