kmgreen2 / agglo

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

Add Process.Name to the in-memory Processes (e.g. Tee, Annotator, etc.) #4

Closed kmgreen2 closed 3 years ago

kmgreen2 commented 3 years ago

Name is currently only used in the config and is needed to log errors and other informational messages.

Name is also currently, awkwardly used to define a context key in the process lifecycle. This can probably be simplified if name was included in the process struct.

kmgreen2 commented 3 years ago

Closed with PR issue-4