dolittle / Runtime

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

Fixes OutOfMemoryException during public filter validation #695

Closed woksin closed 2 years ago

woksin commented 2 years ago

Summary

The filter validator for public filters would take the whole event log into memory and compare filtered streams in memory. This could cause OutOfMemoryException if the event log is big enough

Fixed