You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/05 08:22:40 UTC

[camel-kafka-connector-examples] branch master updated: Git Source Tag Example: Updated with output from 0.7.0

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 c8484b6  Git Source Tag Example: Updated with output from 0.7.0
c8484b6 is described below

commit c8484b64529c422dcc0add79d8a1aeba2e6cd9c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 5 09:22:10 2021 +0100

    Git Source Tag Example: Updated with output from 0.7.0
---
 git/git-source-tag/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/git/git-source-tag/README.adoc b/git/git-source-tag/README.adoc
index de81366..638aa53 100644
--- a/git/git-source-tag/README.adoc
+++ b/git/git-source-tag/README.adoc
@@ -89,8 +89,8 @@ On a different terminal run the kafkacat consumer
 
 [source]
 ----
-./kafkacat -b localhost:9092 -t mytopic
+./kafkacat -b localhost:9092 -t mytopic -f 'Headers: %h Value: %s'
 % Auto-selecting Consumer mode (use -P or -C to override)
-Ref[refs/tags/v1.0=c33eff7830d1d9624bd265e1998bbe7daa4c654d(-1)]
+Headers: CamelHeader.CamelGitBranchLeaf=refs/tags/v1.0,CamelHeader.CamelGitBranchObjectId=bd25966a30119fd389493638a7ce75ccfbc4bc52,CamelProperty.CamelToEndpoint=direct://end?pollingConsumerBlockTimeout=0&pollingConsumerBlockWhenFull=true&pollingConsumerQueueSize=1000 Value: refs/tags/v1.0
 % Reached end of topic mytopic [0] at offset 1
 ----