Yes a route should not change its id On Mon, Nov 1, 2021 at 8:57 AM Xilai Dai <xl...@talend.com> wrote: > > Hi there, > > What's the good reason in Camel 3 the routeId() can be set only once? > > public RouteDefinition routeId(String id) { > if (hasCustomIdAssigned()) { > throw new IllegalArgumentException("You can only set routeId one > time per route."); > } > setId(id); > return this; > } > > is there a Camel Jira for it? > > Thanks! > > As a recipient of an email from Talend, your contact personal data will be on > our systems. Please see our privacy notice (updated August 2020) at Talend, > Inc. <https://www.talend.com/contacts-privacy-policy/> > >
-- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2