X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FInstallation%2FInstallation.rst;h=691256259116555fd831e870aadedc25c896ba5b;hb=1c624de20ff321fe5c86c4df873952d82b1946b3;hp=5232bd401680db4f4d14772cbf3f92502d975f6e;hpb=7cd58518e9dc263521f252c1095a43244e464222;p=dmaap%2Fmessagerouter%2Fmessageservice.git 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