Skip to content

Dynamic routing in one thread #23019

Answered by satellite-no
Toveal asked this question in Q&A
Discussion options

You must be logged in to vote

Depending on your use case I might switch from Route to Exclusive Route then order the different streams based on how often you expect to see data from each id most frequent at the top to least at the bottom.

Reason: route will evaluate all conditions and send the data to more then 1 if there is a match were exclusive route will only send it out one path the first to match so if you having to process less far each event it would technically be improved performance wise.

As far dynamic routing I actually have such a feature request open, please go up vote. :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
transform: route Anything `route` transform related transform: exclusive_route Anything `exclusive_route` transform related
2 participants