summaryrefslogtreecommitdiffstats
path: root/docs/Installation
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-16 16:50:25 -0400
committersu622b <sunil.unnava@att.com>2018-04-16 16:50:52 -0400
commit1c624de20ff321fe5c86c4df873952d82b1946b3 (patch)
tree5bc44799ec76af23108d7bee9d71f8038fd0a05a /docs/Installation
parent7cd58518e9dc263521f252c1095a43244e464222 (diff)
updated the documentation
Issue-ID: DMAAP-413 Change-Id: I4955f7e512e594c189c5183ec83c5769d33d8f05 Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'docs/Installation')
-rw-r--r--docs/Installation/Installation.rst24
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst
index 5232bd4..6912562 100644
--- a/docs/Installation/Installation.rst
+++ b/docs/Installation/Installation.rst
@@ -1,7 +1,15 @@
-=================================
-DMAAP MESSAGE ROUTER INSTALLATION
-=================================
-This document describes how to install and access DMaaP Message Router.
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Installation
+============
+
+Environment
+-----------
+Message Router is developed using Kafka, Zookeeper and Java. AJSC framework is used to create the REST service and Docker was used to package the service.
+
+Steps
+-----
Message Router has 3 docker containers. Dmaap\_container,
kafka\_contaienr and zookeeper\_container. Zookeeper runs on 172.18.0.3,
kafka runs on 172.18.0.2 and dmaap on 172.18.0.4.
@@ -17,9 +25,9 @@ kafka runs on 172.18.0.2 and dmaap on 172.18.0.4.
3) In /var/tmp/MsgRtrApi.properties, change value of below variables as
shown below:
- config.zk.servers=172.18.0.3
+ config.zk.servers=172.18.0.3(Change as per where ZooKeepeer is deployed)
- kafka.metadata.broker.list=172.18.0.2:9092
+ kafka.metadata.broker.list=172.18.0.2:9092(Change as per where Kafka is deployed)
4) Install docker and docker-compose
@@ -52,6 +60,4 @@ Testing
http://172.18.0.4:3904/events/TestTopic1/CG1/C1?timeout=1000
Note: You will only receive messages which have been published after
- you have subscribed to a topic.
-
-
+ you have subscribed to a topic. \ No newline at end of file