dolittle / Runtime

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

Memory optimized event subscriptions #757

Closed mhelleborg closed 11 months ago

mhelleborg commented 11 months ago

Summary

This release focuses on limiting maximum memory usage, while at the same time trying to stream committed events directly from memory. Each handler will now more intelligently flow from catchup / streaming mode and back based on event handler backpressure.

Fixed