From: Lathish Date: Wed, 17 Jun 2020 21:40:13 +0000 (+0100) Subject: DMaaP subscribe url with limit & timeout X-Git-Tag: f-release~91 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=dda02ea5413cc3a96f4e7c529c84827383f8ec67 DMaaP subscribe url with limit & timeout Issue-ID: NONRTRIC-195 Change-Id: I457efe620d6336f1d72ae96961fb09263e4c3b4a Signed-off-by: Lathish --- diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index c7748c6c..9a597238 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -157,7 +157,7 @@ policymanagementservice: "dmaap_subscriber":{ "type":"message_router", "dmaap_info":{ - "topic_url":"http://message-router.onap:3904/events/A1-POLICY-AGENT-READ/users/policy-agent" + "topic_url":"http://message-router.onap:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" } } } diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 697ef1ae..5986c148 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -102,7 +102,7 @@ policymanagementservice: "dmaap_subscriber":{ "type":"message_router", "dmaap_info":{ - "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent" + "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" } } }