From c221d4a67c1a32190e5e91b97c6bf830f5f6103a Mon Sep 17 00:00:00 2001 From: rn509j Date: Mon, 16 Oct 2017 15:25:47 -0400 Subject: [PATCH] modified the document to remove errors DMAAP-149 Signed-off-by: rn509j Change-Id: I4e33e9df817f817e5aac63beb8ca56e81036b863 --- docs/Filter/Filter.rst | 8 +++++--- 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 \ **<>/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" | | }, | | { | -- 2.16.6