diff options
author | Keguang He <hekeguang@chinamobile.com> | 2023-04-11 05:51:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-11 05:51:45 +0000 |
commit | a893668c5c913ccb6cc3189fdce3331f866cd700 (patch) | |
tree | f57edf494f45895269199f482c263e657012fb68 /intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json | |
parent | 1d7b2ee4fa358da12c9a515c7d15a765d9fb7004 (diff) | |
parent | ef6560bbb9bfa6248bf2afead5a9d02338aaf02f (diff) |
Merge "Add DCAE and Policy Dmaap Listener Service"
Diffstat (limited to 'intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json')
-rw-r--r-- | intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json b/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json index 0ec440f..e4d06b1 100644 --- a/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json +++ b/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json @@ -1,20 +1,18 @@ { - "policy_subscriber":{ - "type":"message_router", - "aaf_username": null, - "aaf_password": null, - "api_key" : null, - "api_secret" : null, - "servers" : ["message-router:3904"], - "consumer_group" : "intent_analysis_policyevent", - "consumer_instance" : "intent_analysis_policyevent_1", - "fetch_timeout" : 15000, - "fetch_limit" : 100, - "dmaap_info":{ - "topic_url":"http://message-router:3904/events/INTENT-EVENT", - "client_role":"org.onap.uui.intentanalysisSub", - "location":"onap", - "client_id":"intent-analysis-1" - } - } + "type":"message_router", + "aaf_username": null, + "aaf_password": null, + "api_key" : null, + "api_secret" : null, + "servers" : ["message-router:3904"], + "consumer_group" : "intent_analysis_policyevent", + "consumer_instance" : "intent_analysis_policyevent_1", + "fetch_timeout" : 15000, + "fetch_limit" : 100, + "dmaap_info": { + "topic_url":"http://message-router:3904/events/CCVPN-CL-POLICY-EVENT", + "client_role":"org.onap.uui.intentanalysisSub", + "location":"onap", + "client_id":"intent-analysis-1" + } } |