blob: a7b5a074a758086636a92de8037428dcc6ed8fd7 (
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/unauthenticated.CCVPN_CL_DCAE_EVENT",
"client_role":"org.onap.uui.intentanalysisSub",
"location":"onap",
"client_id":"intent-analysis-1"
}
}
|