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

Migration to New Data Processor API #3200

Open
3 tasks
tenthe opened this issue Aug 30, 2024 · 0 comments
Open
3 tasks

Migration to New Data Processor API #3200

tenthe opened this issue Aug 30, 2024 · 0 comments
Milestone

Comments

@tenthe
Copy link
Contributor

tenthe commented Aug 30, 2024

Body

#Description

Currently, we support two options for implementing processing elements:

  • Recommended: IStreamPipesDataProcessor (interface)
  • Legacy: StreamPipesDataProcessor (abstract class)

Most internal processors still rely on the legacy StreamPipesDataProcessor class.

Tasks

  • Migrate the StreamPipesDataProcessor class to the new API (IStreamPipesDataProcessor).
  • Migrate all processing elements to the new API.
  • Remove the deprecated StreamPipesDataProcessor class after one release.

StreamPipes Committer

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

@tenthe tenthe added this to the 0.97.0 milestone Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant