Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When using a route template with hardcoded nodeIDs, then these IDs are used as-is, and therefore if you create 2+ routes then the 2nd route will have duplicate.
So you need to use a template parameter and prefix with id="{{myPrefix}}ValueHere".
We could maybe add a option "nodePrefix" or something that allows users to create route templates where nodeIDs are then prefixed.
Attachments
Issue Links
- relates to
-
CAMEL-18798 camel-core - Add prefixId to route model so generated IDs of the route is prefixed
- Resolved