Add sink property for emit task #1026
Labels
area: spec
Changes in the Specification
change: feature
New feature or request. Impacts in a minor version change
Milestone
Emit task allows workflows to publish events to event brokers or messaging systems.
However, based on the broker the runtime has to decide which sink to use. This information is missing in the emit task.
Proposal:
Why is header or content based routing not enough?
Header or content based routing is done at the broker. For some brokers, the decision which sink / channel / topic / event bus to pick has to come first, before routing rules at these resources are applied.
The (domain) event should not contain routing information.
The text was updated successfully, but these errors were encountered: