Steve973 commented on code in PR #11906: URL: https://github.com/apache/camel/pull/11906#discussion_r1385771372
########## components/camel-dynamic-router/src/main/java/org/apache/camel/component/dynamicrouter/DynamicRouterConfiguration.java: ########## @@ -131,6 +129,103 @@ public class DynamicRouterConfiguration { @UriParam(label = "common", defaultValue = "false") private boolean warnDroppedMessage; + /** + * The ID of the route. + */ + @UriParam(label = "common") + private String routeId; Review Comment: It's used, and it is the id of the route that the dynamic router is part of. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org