You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/04/04 16:27:00 UTC

[jira] [Commented] (CAMEL-19248) Suspicious ignoring of a variable in CouchbaseConsumer

    [ https://issues.apache.org/jira/browse/CAMEL-19248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708489#comment-17708489 ] 

Claus Ibsen commented on CAMEL-19248:
-------------------------------------

Yeah that looks like a copy/paste mistake. A PR is welcome to fix that.

> Suspicious ignoring of a variable in CouchbaseConsumer
> ------------------------------------------------------
>
>                 Key: CAMEL-19248
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19248
>             Project: Camel
>          Issue Type: Task
>          Components: camel-couchdb
>            Reporter: Dmitrii Kriukov
>            Priority: Major
>
> CouchbaseConsumer line 93:
> {color:#172b4d}viewOptions.startKey(rangeEndKey).endKey(rangeEndKey);
> I think it should be 
> {color}
> {color:#172b4d}viewOptions.startKey(rangeStartKey).endKey(rangeEndKey);{color}
> {color:#172b4d}Or we should place a comment as why rangeStartKey is ignored
> {color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)