aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/testParseDMaaPLegacy.json
diff options
context:
space:
mode:
authorMaciej Malewski <maciej.malewski@nokia.com>2021-06-08 09:04:48 +0200
committerMaciej Malewski <maciej.malewski@nokia.com>2021-06-16 14:17:34 +0200
commit430cf11bbcb447316f831e1dd1b8760abeaa9171 (patch)
tree016bf553772496117d2a2c2de3b858e3b7f67854 /src/test/resources/testParseDMaaPLegacy.json
parent26be283f4a7044aea4ee0ca480fde20eb5233ee2 (diff)
Replace cambria with DmaaP client
- remove cambria, add DmaaP client - sending event for many topics at once is no longer supported - add backward compatibility status codes - add additional validation for batchEvent Issue-ID: DCAEGEN2-1483 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I502e1b21af217a07f8432b14dd833dfb3c139975
Diffstat (limited to 'src/test/resources/testParseDMaaPLegacy.json')
-rw-r--r--src/test/resources/testParseDMaaPLegacy.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/test/resources/testParseDMaaPLegacy.json b/src/test/resources/testParseDMaaPLegacy.json
deleted file mode 100644
index 9661e30c..00000000
--- a/src/test/resources/testParseDMaaPLegacy.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "channels": [
- {
- "name": "url-precedes-hosts",
- "cambria.url": "127.0.0.1:3904",
- "cambria.hosts": "h1.att.com,h2.att.com",
- "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV",
- },
- {
- "name": "url-key-missing",
- "cambria.hosts": "h1.att.com,h2.att.com",
- "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV",
- },
- {
- "name": "url-is-null",
- "cambria.url": null,
- "cambria.hosts": "h1.att.com,h2.att.com",
- "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV"
- }
- ]
-} \ No newline at end of file