From dda02ea5413cc3a96f4e7c529c84827383f8ec67 Mon Sep 17 00:00:00 2001 From: Lathish Date: Wed, 17 Jun 2020 22:40:13 +0100 Subject: [PATCH] DMaaP subscribe url with limit & timeout Issue-ID: NONRTRIC-195 Change-Id: I457efe620d6336f1d72ae96961fb09263e4c3b4a Signed-off-by: Lathish --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 +- nonrtric/helm/policymanagementservice/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } } -- 2.16.6