orpiske commented on code in PR #8727:
URL: https://github.com/apache/camel/pull/8727#discussion_r1027072607


##########
components/camel-dataset/src/main/java/org/apache/camel/component/dataset/DataSetConsumer.java:
##########
@@ -35,11 +35,13 @@ public class DataSetConsumer extends DefaultConsumer {
     private DataSetEndpoint endpoint;
     private Processor reporter;
     private ExecutorService executorService;
+    private boolean dataSetIndex;

Review Comment:
   > Or if we take directly the negation, it could rather be `withHeader`
   
   I went with a similar one: `withIndexHeader` so it's more specific. Thanks 
for pointing it out. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to