diff options
-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" |
| }, |
| { |
|