Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference output topics of components from other pipelines #513

Open
philipp94831 opened this issue Jul 16, 2024 · 0 comments
Open

Reference output topics of components from other pipelines #513

philipp94831 opened this issue Jul 16, 2024 · 0 comments
Labels
component/generator Related to the generation of pipeline.yaml

Comments

@philipp94831
Copy link
Member

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.

@disrupted disrupted added the component/generator Related to the generation of pipeline.yaml label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/generator Related to the generation of pipeline.yaml
Projects
None yet
Development

No branches or pull requests

2 participants