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 21cf6fa Infinispan Source: Fixes typo in kafkacat command 21cf6fa is described below commit 21cf6fa3f6b60272bda9695fea5127c6f0a995a3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 17 09:31:30 2020 +0100 Infinispan Source: Fixes typo in kafkacat command --- infinispan/infinispan-source/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infinispan/infinispan-source/README.adoc b/infinispan/infinispan-source/README.adoc index 0400ffc..59cb127 100644 --- a/infinispan/infinispan-source/README.adoc +++ b/infinispan/infinispan-source/README.adoc @@ -194,7 +194,7 @@ On a different terminal run your cli.sh from the Infinispan server [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'