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 9043ce8 Fixed indentation 9043ce8 is described below commit 9043ce8d8e36672bd032666d05dc23606115380e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 18 17:00:02 2019 +0200 Fixed indentation --- examples/camel-example-spring-pulsar/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/camel-example-spring-pulsar/README.md b/examples/camel-example-spring-pulsar/README.md index 7606676..ad2dd1f 100644 --- a/examples/camel-example-spring-pulsar/README.md +++ b/examples/camel-example-spring-pulsar/README.md @@ -8,12 +8,14 @@ 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.