obecto/perper

Separate orchestration notifications from stream updates

branimirangelov opened this issue · 0 comments

Perper Fabric sends two type of notifications:

  1. Orchestration related - engaging a stream, calling a worker
  2. 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)