diff options
Diffstat (limited to 'datafile-app-server/dpo/spec/datafile-component-spec.json')
-rw-r--r-- | datafile-app-server/dpo/spec/datafile-component-spec.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json index 73d93fce..196e1b39 100644 --- a/datafile-app-server/dpo/spec/datafile-component-spec.json +++ b/datafile-app-server/dpo/spec/datafile-component-spec.json @@ -53,8 +53,19 @@ "required": true }, { - "name": "streams_consumer.datafile_consume_mr.message_router_topic", - "value": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", + "name": "dmaap.dmaapProducerConfiguration", + "value": [{"changeIdentifier": "PM_MEAS_FILES", "feedName": "bulk_pm_feed"}], + "description": "datafile collector consume VES event to message router topic ", + "designer_editable": true, + "sourced_at_deployment": false, + "policy_editable": false, + "type": "string", + "required": true + }, + { + "name": "streams_subscribes", + "value": {"dmaap_subscriber": {"dmmap_info": {"topic_url": + "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"}}}, "description": "datafile collector consume VES event to message router topic ", "designer_editable": true, "sourced_at_deployment": false, |