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 59dc1d3 Docker sink pull example: Fixes topic name 59dc1d3 is described below commit 59dc1d34d13a21cdf528e945440c6c2e5924fdc4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 21 08:01:21 2021 +0100 Docker sink pull example: Fixes topic name --- docker/docker-sink-pull/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-sink-pull/README.adoc b/docker/docker-sink-pull/README.adoc index 14e9319..76432b9 100644 --- a/docker/docker-sink-pull/README.adoc +++ b/docker/docker-sink-pull/README.adoc @@ -121,7 +121,7 @@ And then send the following message [source] ---- -> echo "test" | ./kafkacat -b localhost:9092 -t pereppe -H "CamelHeader.CamelDockerRepository=openjdk" -H "CamelHeader.CamelDockerTag=15.0.2-jdk" +> echo "test" | ./kafkacat -b localhost:9092 -t mytopic -H "CamelHeader.CamelDockerRepository=openjdk" -H "CamelHeader.CamelDockerTag=15.0.2-jdk" % Auto-selecting Producer mode (use -P or -C to override) ----