kmgreen2 / agglo

Agglo: A Process-Anywhere Framework for Event Stream Processing
https://kmgreen2.github.io/agglo/
MIT License
2 stars 0 forks source link

StreamStore Uses Distributed Lock #11

Closed kmgreen2 closed 3 years ago

kmgreen2 commented 3 years ago

It is currently using an in-memory lock, which is wrong. It should use distlock.go