[Feature] Extend Channel Type Routing Support #3513
Labels
1 - Up Next
Breaking Change
feature request
grabbed by assignee
.NET
Pull requests that update .net code
v10
Allocal to a v10 release
Is your feature request related to a problem? Please describe.
We use a datatype channel approach to routing, assuming that the type of the channel is the type we need to find a mapper for, and then route to a handler.
Other topologies can exist though. Header-based routing would indicate the type in a header value - perhaps following Cloud Events - and Content based routing would use the message body. Both of these latter types allow mixed message types on the queue/stream.
Describe the solution you'd like
Header or Content. We may provide an off-the-shelf delegate for Cloud Events
Describe alternatives you've considered
The alternative is just to use Cloud Events everywhere and just populate with the channel type for datatype channels on a post
Additional context
This is a stretch goal for V10, possibly during RC 1.
The text was updated successfully, but these errors were encountered: