Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-11583

SupervisingRouteController should honor if a route was explicit set to autoStartup=false

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.20.0
    • camel-core
    • Unknown

    Description

      If the end user explict configure a route to not auto startup, then the route should not be under supervision.

      eg that route is only intended to be started manually by the end user.

      Currently I think the SupervisingRouteController will set all routes to auto startup false, and then start all of them. So it need to check the existing route configuration and if its autoStartup=false, then skip that route.

      We should do some kind of summary logging at INFO level when we have detected this and tell the user about it

      Maybe we should do a better summary INFO than we have today with

      Total 3 routes, of which 0 are started
      

      Attachments

        Activity

          People

            lb Luca Burgazzoli
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: