You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/08 16:11:30 UTC

[camel] branch main updated: Minor typo fix on KafkaProducer (#7165)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4b11ec7  Minor typo fix on KafkaProducer (#7165)
4b11ec7 is described below

commit 4b11ec7a49b2d820181b1336f1c11000394d804d
Author: Amos Feng <zh...@gmail.com>
AuthorDate: Wed Mar 9 00:06:22 2022 +0800

    Minor typo fix on KafkaProducer (#7165)
---
 .../src/main/java/org/apache/camel/component/kafka/KafkaProducer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
index 6040692..4e6f76a 100644
--- a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
+++ b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java
@@ -119,7 +119,7 @@ public class KafkaProducer extends DefaultAsyncProducer {
             }
         } catch (Exception e) {
             // ignore
-            LOG.debug("Cannot check hasReadyNodes on KafkaConsumer client (ConsumerNetworkClient) due to "
+            LOG.debug("Cannot check hasReadyNodes on KafkaProducer client (NetworkClient) due to "
                       + e.getMessage() + ". This exception is ignored.",
                     e);
         }