[
https://issues.apache.org/jira/browse/CAMEL-19248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen reassigned CAMEL-19248:
-----------------------------------
Assignee: Dmitrii Kriukov
> 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
> Assignee: Dmitrii Kriukov
> Priority: Major
> Fix For: 3.20.4, 3.21.0, 4.0-M3, 4.0
>
>
> 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)