diff options
Diffstat (limited to 'OPENECOMP-DEMO/streams.yaml')
-rw-r--r-- | OPENECOMP-DEMO/streams.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/streams.yaml b/OPENECOMP-DEMO/streams.yaml new file mode 100644 index 0000000..5204423 --- /dev/null +++ b/OPENECOMP-DEMO/streams.yaml @@ -0,0 +1,23 @@ +## defining feeds +## works for DataRouter Feeds and DataRouter publishers + +streams: +## Common Event + SEC_MEASUREMENT_OUTPUT: + stream-type: message-router + databus-type: topic-public + description: Common Event Collector output topic + publishers: + docker-common-event: + local-name: sec_measurement + subscribers: + cdap-tca-hi-lo: + local-name: event-input + TCA_EVENT_OUTPUT: + stream-type: message-router + databus-type: topic-public + description: TCA output topic + publishers: + cdap-tca-hi-lo: + local-name: alert-output +
\ No newline at end of file |