tenthe opened a new issue, #3042: URL: https://github.com/apache/streampipes/issues/3042
### 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 - 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. -- 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: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org