bossenti opened a new issue, #1315: URL: https://github.com/apache/streampipes/issues/1315
### Body Historically, we used a three class based approach to define our pipeline elements (processors and sinks). A while ago we introduced a simplified one class approach to define pipeline elements. Therefore, we need to migrate all existing pipeline elements. ### Processors Old approach: A processor is defined by the following three classes: Examples can be found below. New approach: Only use the following class to define a processing element: Processors to migrate: - ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
