blob: 5204423410ebdada936e0cdcc7f950a6bf094841 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|