CodeSmell commented on code in PR #11960:
URL: https://github.com/apache/camel/pull/11960#discussion_r1388496205


##########
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java:
##########
@@ -297,6 +297,7 @@ private void subscribe() {
     }
 
     protected void startPolling() {
+        // not sure what we are using this for
         long partitionLastOffset = -1;

Review Comment:
   saw this and it is used in Polling Strategy but I didn't see where we change 
it 



-- 
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