dominikriemer opened a new issue, #4097: URL: https://github.com/apache/streampipes/issues/4097
### Body Improve the signature of the new transformation script in StreamPipes connect to allow sending multiple events, or sending no events: Replace `function transform(event): event` with `function transform(event, out, ctx): void `for all supported languages. Ctx will be a placeholder to include context-specific features in the future, e.g., access to convenience methods, API calls and state. ### 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]
