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 6d8fd57  Infinispan Source Example: It's mytopic and not test290
6d8fd57 is described below

commit 6d8fd578597e43537e13f3d508151e7bbe94acf9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Nov 17 09:29:52 2020 +0100

    Infinispan Source Example: It's mytopic and not test290
---
 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 e6d3203..0400ffc 100644
--- a/infinispan/infinispan-source/README.adoc
+++ b/infinispan/infinispan-source/README.adoc
@@ -200,7 +200,7 @@ In another terminal, using kafkacta, you should be able to 
see the headers.
 > kafkacat -b localhost:9092 -t mytopic -C   -f 'Headers: %h\n'
 
 Headers: 
CamelHeader.CamelInfinispanCacheName=mycache,CamelHeader.CamelInfinispanEventType=CLIENT_CACHE_ENTRY_CREATED,CamelHeader.CamelInfinispanIsPre=false,CamelHeader.CamelInfinispanKey=test,CamelProperty.CamelToEndpoint=direct://end?pollingConsumerBlockTimeout=0&pollingConsumerBlockWhenFull=true&pollingConsumerQueueSize=1000
-% Reached end of topic test290 [0] at offset 1
+% Reached end of topic mytopic [0] at offset 1
 
 ```
 

Reply via email to