summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/resources/topics/MMagent.json
blob: 2612e0d64cac09d2bad7a9a3bce5e506a9f54478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "topicName": "MirrorMakerProvisioning",
  "topicDescription": "the topic used to provision the MM agent whitelist",
 "replicationCase": "REPLICATION_NONE",
  "owner": "dmaap",
  "txenabled": false,
  "partitionCount": "1",
  "clients": [
    {
      "dcaeLocationName": "san-francisco",
      "clientIdentity": "dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org",
      "action": [
        "pub", 
        "view"
      ]
 
    }
  ]
}