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


##########
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java:
##########
@@ -421,7 +427,7 @@ private boolean isKafkaConsumerRunnable() {
     }
 
     private boolean isKafkaConsumerRunnableAndNotStopped() {
-        return kafkaConsumer.isRunAllowed() && 
!kafkaConsumer.isStoppingOrStopped();
+        return kafkaConsumer."isRunAllowed() && 
!kafkaConsumer.isStoppingOrStopped();

Review Comment:
   This one is causing the compilation issue.



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