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

Improve structure of pipeline execution #1096

Closed
dominikriemer opened this issue Jan 15, 2023 · 0 comments · Fixed by #1097
Closed

Improve structure of pipeline execution #1096

dominikriemer opened this issue Jan 15, 2023 · 0 comments · Fixed by #1097
Assignees
Labels
backend Everything that is related to the StreamPipes backend enhancement New feature or request java Pull requests that update Java code no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings).
Milestone

Comments

@dominikriemer
Copy link
Member

Body

Currently, the PipelineExecutor class executes several individual tasks when starting a pipeline. From the code structure, it is not clear which steps are executed when starting and stopping a pipeline.
To improve code structure, this class can be decomposed into individual tasks for each required step when executing a pipeline operation.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@dominikriemer dominikriemer added enhancement New feature or request java Pull requests that update Java code backend Everything that is related to the StreamPipes backend no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings). labels Jan 15, 2023
@dominikriemer dominikriemer added this to the 1.0.0 milestone Jan 15, 2023
@dominikriemer dominikriemer self-assigned this Jan 15, 2023
dominikriemer added a commit that referenced this issue Jan 16, 2023
dominikriemer added a commit that referenced this issue Jan 18, 2023
dominikriemer added a commit that referenced this issue Jan 20, 2023
dominikriemer added a commit that referenced this issue Jan 20, 2023
@bossenti bossenti modified the milestones: 1.0.0, 0.91.0 Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend enhancement New feature or request java Pull requests that update Java code no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants