9661e30c33304b6bd7e872c7d538f79945a67283
[dcaegen2/collectors/ves.git] / src / test / resources / testParseDMaaPLegacy.json
1 {
2   "channels": [
3     {
4       "name": "url-precedes-hosts",
5       "cambria.url": "127.0.0.1:3904",
6       "cambria.hosts": "h1.att.com,h2.att.com",
7       "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV",
8     },
9     {
10       "name": "url-key-missing",
11       "cambria.hosts": "h1.att.com,h2.att.com",
12       "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV",
13     },
14     {
15       "name": "url-is-null",
16       "cambria.url": null,
17       "cambria.hosts": "h1.att.com,h2.att.com",
18       "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV"
19     }
20   ]
21 }