-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
component/generatorRelated to the generation of pipeline.yamlRelated to the generation of pipeline.yaml
Description
Let's say we have the following pipeline:
- type: my-producer
to:
topics:
topic-with-role-1:
role: role1
topic-with-role-2:
role: role2
- type: my-streams
from:
components:
my-producer:
type: inputThis doesn't work because from components always uses the output topic and doesn't support output topics with roles. This could be for example changed by adding a new key called fromRole (role already exists if you want to use specify an additional input topic)
- type: my-producer
to:
topics:
topic-with-role-1:
role: role1
topic-with-role-2:
role: role2
- type: my-streams
from:
components:
my-producer:
type: input
fromRole: role1Metadata
Metadata
Assignees
Labels
component/generatorRelated to the generation of pipeline.yamlRelated to the generation of pipeline.yaml