Dmitrii Kriukov created CAMEL-19248:
---------------------------------------
Summary: 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
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)