You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/24 13:57:41 UTC

[camel] 02/05: CAMEL-18148: adjust callback log settings

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ff73463f26160c771f90b8f27bb5ec197e384cc6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Oct 24 14:35:14 2022 +0200

    CAMEL-18148: adjust callback log settings
---
 .../camel/processor/resume/kafka/SingleNodeKafkaResumeStrategy.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/SingleNodeKafkaResumeStrategy.java b/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/SingleNodeKafkaResumeStrategy.java
index 2e2bbaba3fe..6efbfa32950 100644
--- a/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/SingleNodeKafkaResumeStrategy.java
+++ b/components/camel-kafka/src/main/java/org/apache/camel/processor/resume/kafka/SingleNodeKafkaResumeStrategy.java
@@ -111,8 +111,6 @@ public class SingleNodeKafkaResumeStrategy<T extends Resumable> implements Kafka
 
             if (updateCallBack != null) {
                 updateCallBack.onUpdate(e);
-            } else {
-                LOG.warn("The is no callback installed for handling errors when producing records to Kafka");
             }
         });
     }