Description
The ClusteredRouteController cannot start a clustered route (in Camel 3.4.4, Camel 3.6 and probably other versions of Camel 3).
The problem can be reproduced with example camel-example-spring-boot-clustered-route-controller from the examples project (https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-clustered-route-controller).
When an instance is the lead in the cluster and tries to start the routes an exception is thrown:
java.lang.UnsupportedOperationException: Operation not supported as route clustered is clustered
Attachments
Issue Links
- is related to
-
CAMEL-15940 camel-spring-boot - Issue with property placeholder in an example
- Resolved