aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/dpo/spec/dmaap.json
blob: c0658993e995e4d55d6b0bc5b56b6c8fc7f5e9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "datafile_subscribe_mr": {
    "type": "message_router",
    "dmaap_info": {
      "topic_url": "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT"
    }
  },
  "datafile_publish_dr": {
    "type": "data_router",
    "dmaap_info": {
      "publish_url": "/publish"
    }
  }
}