You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/16 14:33:11 UTC

[GitHub] [camel-quarkus] aldettinger commented on issue #2978: [Camel 3.12] New feature: route configurations

aldettinger commented on issue #2978:
URL: https://github.com/apache/camel-quarkus/issues/2978#issuecomment-970332000


   The default case where camel main is enabled is ok. Under the hood, we use a RoutesConfigurer that ultimately adds the discovered routes in the right order, i.e. route configurations before classical route builders. This is the case in all current itests and the re-ordering is happening correctly.
   
   The case where camel main is disabled in another beast. The route builders order depends upon a mix of route discovery, route known by the container and route provided by the registry. More investigation is needed but likely route builder re-ordering will be needed.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org