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

Olingo4Endpoint swallowing consumer. options

    XMLWordPrintableJSON

Details

    • Novice

    Description

      The Olingo4Endpoint, while calling configureProperties, first calls parseQueryParams(). This results in consumer.* options being removed from the options map before they can be applied to the DefaultEndpoint.configureProperties(). Consequently, consumer.* options, eg. consumer.delay, can never be applied on the Olingo4Consumer.

      To correct this it should be a matter of adding the following here:

        if (paramName.startsWith("consumer.")) {
          continue;
        }
      

      Attachments

        Issue Links

          Activity

            People

              dmvolod Dmitry Volodin
              phantomjinx Paul Richardson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m