RBMHTechnology / eventuate

Global-scale event sourcing and event collaboration with causal consistency (This project is in maintenance mode. Only critical bugs will be fixed, but there is no more feature development.).
http://rbmhtechnology.github.io/eventuate/
Apache License 2.0
708 stars 99 forks source link

Common event processing model #376

Open krasserm opened 7 years ago

krasserm commented 7 years ago

This model should be implemented by both the actor-based EventsourcedProcessor and the stream-based DurableEventProcessor. Their semantics are not fully equivalent at the moment which should be fixed by this ticket.