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


##########
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java:
##########
@@ -167,7 +169,7 @@ private void setupInitializeErrorException(ForegroundTask 
task, int max) {
         String time = TimeUtils.printDuration(task.elapsed(), true);
         String topic = getPrintableTopic();
         String msg = "Gave up subscribing 
org.apache.kafka.clients.consumer.KafkaConsumer " +
-                     threadId + " to " + topic + " after " + max + " attempts 
(elapsed: " + time + ").";
+                threadId + " to " + topic + " after " + max + " attempts 
(elapsed: " + time + ").";

Review Comment:
   The format check may be complaining because of this line. If you look at it, 
you can see that it's different than the previous version.



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