You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, new data streams can be created in Python and registered in the backend. However, problems arise if the data streams change after a function restart, such as changes to the data stream name or properties in the event schema.
Expected Behavior
The Python client should automatically handle changes to data streams if possible.
If automatic handling is not possible, a warning should be displayed to the user.
Proposed Solution
Implement functionality similar to migration when changing adapters.
Add necessary functions to the REST API, such as updating data streams (PUT).
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:
Body
Description
Currently, new data streams can be created in Python and registered in the backend. However, problems arise if the data streams change after a function restart, such as changes to the data stream name or properties in the event schema.
Expected Behavior
Proposed Solution
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: