aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json')
-rw-r--r--intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json b/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json
new file mode 100644
index 0000000..d22e843
--- /dev/null
+++ b/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json
@@ -0,0 +1,20 @@
+{
+ "dcae_subscriber":{
+ "type":"message_router",
+ "aaf_username": null,
+ "aaf_password": null,
+ "api_key" : null,
+ "api_secret" : null,
+ "servers" : ["message-router:3904"],
+ "consumer_group" : "intent_analysis_dcaeevent",
+ "consumer_instance" : "intent_analysis_dcaeevent_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"
+ }
+ }
+}