aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json
blob: 892d77e6ca0c30fe89b3dbdfa1da19d0038d72cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "type":"message_router",
    "aaf_username": null,
    "aaf_password": null,
    "api_key" : null,
    "api_secret" : null,
    "servers" : ["message-router:3904"],
    "consumer_group" : "intent_DCAE_event",
    "consumer_instance" : "intent_DCAE_event_1",
    "fetch_timeout" : 15000,
    "fetch_limit" : 100,
    "dmaap_info":{
      "topic_url":"http://message-router:3904/events/CCVPN-CL-DCAE-EVENT",
      "client_role":"org.onap.uui.intentanalysisSub",
      "location":"onap",
      "client_id":"intent-analysis-1"
    }
}