dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

EventHandler StartFrom / StopAt support #752

Closed mhelleborg closed 1 year ago

mhelleborg commented 1 year ago

Summary

This release adds support for a more fine grained control over event handlers. It adds the ability to migrate away from older eventhandlers by setting an end timestamp, or use specific handlers for a particular point in time.

You can also make it so new eventhandlers only process events "from now on", by starting from the latest events.

Added