RBMHTechnology/eventuate

Remote event log access

krasserm opened this issue · 0 comments

Remote event log ActorRef usage is not officially supported yet but should already be possible in a number of places. In the actor API these are:

  • EventsourcedView
  • EventsourcedWriter
  • EventsourcedProcessor

In the Akka Streams adapter these are:

  • DurableEventSource
  • DurableEventWriter
  • DurableEventProcessor

This needs to be further tested and documented. Also it must be investigated if

  • remote death-watch can be used on event log and/or consumer side
  • push notification are applicable in this context