Use case anatomy
A use case binds together the required data and stream pipeline unit to perform the desired function
Overview
A use case definition brings together required data, stream processing and data consumers.
Example
Attribute schema
Available configuration parameters
Attribute | Description | Data Type | Required |
---|---|---|---|
name | Unique name of use case | String | |
sources | List of registered data sources deployed
| List<String> | |
stream name | Valid name of a register use case stream | String | |
sinks | List of registered data sinks deployed | List<String> |
Last updated