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

acosentino 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 b32b229  CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider 
option to all the components - MSK Component
b32b229 is described below

commit b32b22915fe0bf2f1ce889a9e980d19df2b15f07
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 27 08:46:09 2021 +0200

    CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider option to all the 
components - MSK Component
---
 .../camel/component/aws2/msk/client/impl/MSK2ClientOptimizedImpl.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/client/impl/MSK2ClientOptimizedImpl.java
 
b/components/camel-aws/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/client/impl/MSK2ClientOptimizedImpl.java
index def14f2..caadafc 100644
--- 
a/components/camel-aws/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/client/impl/MSK2ClientOptimizedImpl.java
+++ 
b/components/camel-aws/camel-aws2-msk/src/main/java/org/apache/camel/component/aws2/msk/client/impl/MSK2ClientOptimizedImpl.java
@@ -49,9 +49,9 @@ public class MSK2ClientOptimizedImpl implements 
MSK2InternalClient {
     }
 
     /**
-     * Getting the Lambda aws client that is used.
+     * Getting the Kafka aws client that is used.
      * 
-     * @return Lambda Client.
+     * @return Kafka Client.
      */
     @Override
     public KafkaClient getKafkaClient() {

Reply via email to