X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FFilter%2FFilter.rst;fp=docs%2FFilter%2FFilter.rst;h=d6114bb5d59e32424210d7ee48a685b730ee3895;hb=c221d4a67c1a32190e5e91b97c6bf830f5f6103a;hp=7b93694c9dc53200c9d4c140f8d0f538c9c7a541;hpb=f3571166c018ed6bbfaf449d0b0ef78c753ac358;p=dmaap%2Fmessagerouter%2Fmessageservice.git 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