dolittle / Runtime

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

Filter processor self-correction #771

Closed mhelleborg closed 3 months ago

mhelleborg commented 3 months ago

Summary

Hardened the handling of already written stream events. Will now log and skip in filter processors. Previously it was able to get stuck while processing a filter that was in an inconsistent state.

Fixed