diff options
author | Maciej Malewski <maciej.malewski@nokia.com> | 2021-06-08 09:04:48 +0200 |
---|---|---|
committer | Maciej Malewski <maciej.malewski@nokia.com> | 2021-06-17 10:03:49 +0200 |
commit | 74b598291ed2461e0e482f556baf2943a97a54f2 (patch) | |
tree | 22e1140bc0f27680be4d47d40b0c94f7205b45b3 /etc/DmaapConfig.json | |
parent | 26be283f4a7044aea4ee0ca480fde20eb5233ee2 (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: I945c38b4ab04b697ecfabd5ce38502f83fa70d1a
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json deleted file mode 100644 index 2ef77dcd..00000000 --- a/etc/DmaapConfig.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "channels": [ - { - "name": "ves-measurement", - "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-fault", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-heartbeat", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-other", - "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-notification", - "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-pnfRegistration", - "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-3gpp-fault-supervision", - "cambria.topic": "unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-3gpp-provisioning", - "cambria.topic": "unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-3gpp-heartbeat", - "cambria.topic": "unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-3gpp-performance-assurance", - "cambria.topic": "unauthenticated.unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - } - ] -} |