diff options
author | rn509j <rn509j@att.com> | 2017-10-16 15:25:47 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-10-16 15:49:51 -0400 |
commit | c221d4a67c1a32190e5e91b97c6bf830f5f6103a (patch) | |
tree | e805ce7438aba53d4955bcaede505d85175bdd57 | |
parent | f3571166c018ed6bbfaf449d0b0ef78c753ac358 (diff) |
modified the document to remove errors
DMAAP-149
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: I4e33e9df817f817e5aac63beb8ca56e81036b863
-rw-r--r-- | docs/Filter/Filter.rst | 8 | ||||
-rw-r--r-- | docs/message-router/message-router.rst | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/Filter/Filter.rst b/docs/Filter/Filter.rst index 7b93694..d6114bb 100644 --- a/docs/Filter/Filter.rst +++ b/docs/Filter/Filter.rst @@ -286,6 +286,7 @@ Types of Filters only that set of message which are specified in limit.
.. code:: bash
+
Suppose if we set limit=2, then only 2 sets of data will be consumed.
*Get \ **<<topicName>>/group/2?limit=4***
Let us suppose if
@@ -426,6 +427,7 @@ Remember, only Highland Park standard library filter components can be used -- no plug-ins are available in the Cambria server context.
.. code:: bash
+
package org.onap.sa.highlandPark.integration;
import java.io.IOException;
@@ -586,9 +588,9 @@ used -- no plug-ins are available in the Cambria server context. **Filter Builder**
MR server-side filtering allows a consumer to filter the stream of
-messages returned from the GET call. The following link provide details
-of building some of the filter to illustrate Filter Builder. It is not
-meant to cover and provide examples of every filter
+ messages returned from the GET call. The following link provide details
+ of building some of the filter to illustrate Filter Builder. It is not
+ meant to cover and provide examples of every filter
diff --git a/docs/message-router/message-router.rst b/docs/message-router/message-router.rst index 8bc94b2..3b71851 100644 --- a/docs/message-router/message-router.rst +++ b/docs/message-router/message-router.rst @@ -219,7 +219,7 @@ Request Parameters: +-------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-------------------------------------------------+
| consumerId | Within your subscribers group, | | | | | | |
| | a name that uniquely identifies | Path | String | | y | | C1 |
-| | your subscribers process | | | | | | | +-------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-------------------------------------------------+
+| | your subscribers process | | | | | | | +-------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-------------------------------------------------+
| content-type| To specify type of message | | | | | |aplication/json |
| | content(json,text or cambria) | Header | String | 20 | N | | |
+-------------+---------------------------------+------------------+------------+--------------+-------------+-------------+-------------------------------------------------+
@@ -432,7 +432,7 @@ Sample Request: | { |
| "txenabled": true, |
| "description": "This is a TestTopic", |
-| "owner": "XXXX@csp.abc.com", |
+| "owner": "XXXX@csp.abc.com", |
| "topicName": "com.abc.ecomp_test.crm.Load9" |
| }, |
| { |
|