davsclaus commented on code in PR #11906: URL: https://github.com/apache/camel/pull/11906#discussion_r1386892009
########## 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: Camel will automatic inject the route id on processors if they are RouteIdAware - this id should NOT be exposed as a uri parameter for a component. -- 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