You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "orpiske (via GitHub)" <gi...@apache.org> on 2023/06/12 08:09:13 UTC

[GitHub] [camel] orpiske commented on a diff in pull request #10315: CAMEL-19433: Handle error while consuming records from topic

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


##########
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java:
##########
@@ -358,6 +358,10 @@ protected void startPolling() {
             if (LOG.isTraceEnabled()) {
                 LOG.trace("The kafka consumer was woken up while polling on thread {} for {}", threadId, getPrintableTopic());
             }
+        } catch (Error e) { // NOSONAR - rethrown

Review Comment:
   Yeah, if we were to implement this ... it would have to be the last one, indeed. 



-- 
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-unsubscribe@camel.apache.org

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