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

Suspicious ignoring of a variable in CouchbaseConsumer

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      CouchbaseConsumer line 93:

      viewOptions.startKey(rangeEndKey).endKey(rangeEndKey);
      I think it should be

      viewOptions.startKey(rangeStartKey).endKey(rangeEndKey);

      Or we should place a comment as why rangeStartKey is ignored

      Attachments

        Issue Links

          Activity

            People

              dkryukov Dmitrii Kriukov
              dkryukov Dmitrii Kriukov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: