Improve structure of pipeline execution #1096
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
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.
The text was updated successfully, but these errors were encountered: