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/>


Reply via email to