Separate orchestration notifications from stream updates
branimirangelov opened this issue · 0 comments
branimirangelov commented
Perper Fabric sends two type of notifications:
- Orchestration related - engaging a stream, calling a worker
- Stream updates - new item in stream
The two type of notifications makes sense to be separated since they have different receivers: Azure Functions Runtime is interested in (1) and the language workers are interested in (2)