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:
I suppose it's not needed, although it has been there since the first
introduction of the component. I deleted it now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]