dolittle / Runtime

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

Fix duplicate key #704

Closed woksin closed 2 years ago

woksin commented 2 years ago

Summary

There could occur an issue when a filter would try to write the same event to a stream multiple times. To fix this we catch the duplicate key exception and tries to figure out which events to write.

Fixed