kmgreen2 / agglo

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

Use errors.Wrap() in the Process() functions #3

Closed kmgreen2 closed 3 years ago

kmgreen2 commented 3 years ago

Errors are currently difficult to diagnose via logs.

Start with process.Process() functions, so we can at least tell where a given process failed.

kmgreen2 commented 3 years ago

Done