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

Output data streams for python functions #1182

Closed
4 tasks done
SvenO3 opened this issue Jan 30, 2023 · 0 comments · Fixed by #1181
Closed
4 tasks done

Output data streams for python functions #1182

SvenO3 opened this issue Jan 30, 2023 · 0 comments · Fixed by #1181
Assignees
Labels
enhancement New feature or request python Pull requests that update Python code
Milestone

Comments

@SvenO3
Copy link
Contributor

SvenO3 commented Jan 30, 2023

Body

The python functions should also support output data streams like in Java (see #1135). To implement this the following steps are needed:

  1. Extend the APIEndpoint and refactor the DataStream data model to be able to post an output data stream to the REST API.
  2. Update the Broker to be able to publish messages to an output data stream.
  3. Extend the FunctionDefinition to make it possible to add output data streams to a function.
  4. Implement the functionality to create a new data stream to which you can continuously add output data.

StreamPipes Committer

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

@SvenO3 SvenO3 added enhancement New feature or request python Pull requests that update Python code labels Jan 30, 2023
@SvenO3 SvenO3 added this to the 1.0.0 milestone Jan 30, 2023
@SvenO3 SvenO3 linked a pull request Jan 30, 2023 that will close this issue
@bossenti bossenti modified the milestones: 1.0.0, 0.91.0 Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants