From 896139ba67d35ffadc3e81b06118ca1c49cf1f20 Mon Sep 17 00:00:00 2001 From: markfisher Date: Fri, 20 Jan 2017 15:07:22 -0500 Subject: [PATCH] minor README updates --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 41efd213d..5fa486703 100644 --- a/README.adoc +++ b/README.adoc @@ -119,6 +119,8 @@ To run these examples, change into the `scripts` directory: cd scripts ---- +Also, start a RabbitMQ server locally (e.g. execute `rabbitmq-server`). + === Start the Function Registry Service: ---- @@ -169,7 +171,7 @@ curl -X POST -H "Content-Type: text/plain" -d foo :9002/consumer First register a streaming words supplier: ---- -./registerSupplier.sh -n wordstream -f "()->Flux.intervalMillis(1000).map(i->\"message-\"+i) +./registerSupplier.sh -n wordstream -f "()->Flux.intervalMillis(1000).map(i->\"message-\"+i)" ---- Then start the source (supplier), processor (function), and sink (consumer) apps: