You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is only possible to reference output topics of components within the same pipeline. It would be great to have a mechanism to also reference the output topic of anothers piplines components. A syntax I could imagine would be
- type: streams-app
from:
components:
my-component:
type: input
pipeline: my/other/pipeline # path to pipeline from pipelines base dir
If pipeline is omited, the behavior does not change, i.e., a component within the same pipeline is referenced.
The text was updated successfully, but these errors were encountered:
Currently it is only possible to reference output topics of components within the same pipeline. It would be great to have a mechanism to also reference the output topic of anothers piplines components. A syntax I could imagine would be
If
pipeline
is omited, the behavior does not change, i.e., a component within the same pipeline is referenced.The text was updated successfully, but these errors were encountered: