Skip to content

What is the benefit of exclusive_route over route? #22579

Answered by pront
tronboto asked this question in Q&A
Discussion options

You must be logged in to vote

Full context can be found here: #17040 (comment)

The above explains how the route transform can forward the same event to multiple routes. The exclusive_route will only forward to the first match. You can read more:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tronboto
Comment options

@pront
Comment options

pront Mar 4, 2025
Maintainer

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