From 1ce7d3d51bbec2d458ff5909604b2de6c8e27ce1 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 27 Nov 2018 16:01:05 -0500 Subject: [PATCH] polishing --- multibinder-samples/multibinder-kafka-streams/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multibinder-samples/multibinder-kafka-streams/README.adoc b/multibinder-samples/multibinder-kafka-streams/README.adoc index f71499b..2b3f076 100644 --- a/multibinder-samples/multibinder-kafka-streams/README.adoc +++ b/multibinder-samples/multibinder-kafka-streams/README.adoc @@ -21,7 +21,7 @@ After running the program, watch your console, every second some data is sent to To run the example, command line parameters for the Zookeeper ensembles and Kafka clusters must be provided, as in the following example: ``` java -jar target/multibinder-kafka-streams-0.0.1-SNAPSHOT.jar --kafkaBroker1=localhost:9092 --zk1=localhost:2181 --kafkaBroker2=localhost:9093 --zk2=localhost:2182``` - +``` Alternatively, the default values of `localhost:9092` and `localhost:2181` can be provided for both clusters. Assuming you are running two dockerized Kafka clusters as above. @@ -40,4 +40,4 @@ Enter some text on the first one and the same text appears on the second one. Run the stand-alone Producers application a few times to to generate some data. -Then go to the URL: http://localhost:8080/events \ No newline at end of file +Then go to the URL: http://localhost:8080/events