summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2019-02-11 14:18:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-11 14:18:53 +0000
commitaed6dca2afb0bfa90b7158d5c4da001fb21ae534 (patch)
tree0c6e2e85f97ed6ab88ff7d4331aed9659f826ff9 /docs
parent2d4ea011b5f22b306cea75991d08e491141e47b1 (diff)
parentc16ff07501e8776521da8a4322d3ec32bd9e8376 (diff)
Merge "fix typos"
Diffstat (limited to 'docs')
-rw-r--r--docs/Installation/Installation.rst4
-rw-r--r--docs/offeredapis/offeredapis.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/Installation/Installation.rst b/docs/Installation/Installation.rst
index f0095c5..83f5b6f 100644
--- a/docs/Installation/Installation.rst
+++ b/docs/Installation/Installation.rst
@@ -11,7 +11,7 @@ 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.2,
+kafka\_container 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
@@ -60,4 +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. \ No newline at end of file
+ you have subscribed to a topic.
diff --git a/docs/offeredapis/offeredapis.rst b/docs/offeredapis/offeredapis.rst
index 31f71f9..120f80f 100644
--- a/docs/offeredapis/offeredapis.rst
+++ b/docs/offeredapis/offeredapis.rst
@@ -56,7 +56,7 @@ are not inspected for content.
| | message..Note that use of this format may result in equivalent but altered JSON objects sent to consumers. |
| | That's because MR uses a standard JSON parser to read each object into memory before pushing the object to the |
| | Kafka system. At that point, the JSON object is re-written from the in-memory object. This can result in |
-| | re-ordered fields or changes in whitespace. If you want to preseve JSON objects exactly, |
+| | re-ordered fields or changes in whitespace. If you want to preserve JSON objects exactly, |
| | use application/cambria. Recommended to follow the JSON format. |
+-------------------------+-----------------------------------------------------------------------------------------------------------------+
@@ -261,7 +261,7 @@ Response /Error Codes
+=========================+=================+============================+=============================================================================================+
| DMaaP\_MR\_ERR\_3008 | 413 | Request Entity too large | Message size exceeds the batch limit <limit>.Reduce the batch size and try again |
+-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+
-| DMaaP\_MR\_ERR\_3009 | 500 | Internal Server Error | Unable to publish messages. Please contact administartor |
+| DMaaP\_MR\_ERR\_3009 | 500 | Internal Server Error | Unable to publish messages. Please contact administrator |
+-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+
| DMaaP\_MR\_ERR\_3010 | 400 | Bad Request | Incorrect Batching format. Please correct the batching format and try again |
+-------------------------+-----------------+----------------------------+---------------------------------------------------------------------------------------------+