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.git
The following commit(s) were added to refs/heads/master by this push: new 6d0f0d6 Fix camel-example-spring-pulsar docs 6d0f0d6 is described below commit 6d0f0d626da19f9b5eda737d436f1fcc9f13492c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 18 16:58:38 2019 +0200 Fix camel-example-spring-pulsar docs --- examples/camel-example-spring-pulsar/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/camel-example-spring-pulsar/README.md b/examples/camel-example-spring-pulsar/README.md index f1a57f6..7606676 100644 --- a/examples/camel-example-spring-pulsar/README.md +++ b/examples/camel-example-spring-pulsar/README.md @@ -6,6 +6,15 @@ This example shows how to work with the Camel-Pulsar Component. The example consumes messages from a topic and invoke the bean with the received message. +You can run the Pulsar cluster through docker: + +docker run -it \ + -p 6650:6650 \ + -p 8080:8080 \ + -v $PWD/data:/pulsar/data \ + apachepulsar/pulsar:2.0.1-incubating \ + bin/pulsar standalone + The Server is required to be running when you try the clients. And for the Client we have a total of three flavors: NB only 1st one working at the moment