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

acosentino pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 938a577  Infinispan source with authentication: Fix kafkacat name
938a577 is described below

commit 938a577ec59c5cc9767024b0a73ed3b987562654
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Mar 1 18:53:08 2021 +0100

    Infinispan source with authentication: Fix kafkacat name
---
 infinispan/infinispan-source-with-authentication/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infinispan/infinispan-source-with-authentication/README.adoc 
b/infinispan/infinispan-source-with-authentication/README.adoc
index 0b031ed..b5eae0d 100644
--- a/infinispan/infinispan-source-with-authentication/README.adoc
+++ b/infinispan/infinispan-source-with-authentication/README.adoc
@@ -164,7 +164,7 @@ Password: ********
 [ghost-43981@cluster//containers/default/caches/mycache]> put test test
 ```
 
-In another terminal, using kafkacta, you should be able to see the headers.
+In another terminal, using kafkacat, you should be able to see the headers.
 
 ```
 > kafkacat -b localhost:9092 -t mytopic -C -f 'Headers: %h\n'

Reply via email to