diff options
author | sunil unnava <su622b@att.com> | 2018-08-21 12:50:57 -0400 |
---|---|---|
committer | sunil unnava <su622b@att.com> | 2018-08-21 12:51:25 -0400 |
commit | e2b2e5119c302076f852f191e50fc7efed14f677 (patch) | |
tree | 5c66dd965404b0b53f583808b66bfb784b4b89dc /docs | |
parent | 3223e1d30e621f51f9f3f77c3692068222197eb3 (diff) |
update the documentation to swap the ip addresses
Issue-ID: DMAAP-595
Change-Id: I73a3e89ee020f0c9f7f7caae4beb24d3e951c28b
Signed-off-by: sunil unnava <su622b@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Installation/Installation.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst index 6912562..f0095c5 100644 --- a/docs/Installation/Installation.rst +++ b/docs/Installation/Installation.rst @@ -11,8 +11,8 @@ Message Router is developed using Kafka, Zookeeper and Java. AJSC framework is u 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.
+kafka\_contaienr and zookeeper\_container. Zookeeper runs on 172.18.0.2,
+kafka runs on 172.18.0.3 and dmaap on 172.18.0.4.
1) Clone message service repo
@@ -25,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(Change as per where ZooKeepeer is deployed)
+ config.zk.servers=172.18.0.2(Change as per where ZooKeepeer is deployed)
- kafka.metadata.broker.list=172.18.0.2:9092(Change as per where Kafka is deployed)
+ kafka.metadata.broker.list=172.18.0.3:9092(Change as per where Kafka is deployed)
4) Install docker and docker-compose
|