dolittle / Runtime

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

Event Handlers speedup #682

Closed woksin closed 2 years ago

woksin commented 2 years ago

Summary

Extending upon the event store actors to enable us to write more efficient implementations for event handlers. This is an opt-in feature which requires the DOLITTLE__RUNTIME__PROCESSING__EVENTHANDLERS__FAST flag to be set to TRUE

Added