tenthe opened a new issue, #4162: URL: https://github.com/apache/streampipes/issues/4162
### Body When two adapters are created with “persist” enabled and share the same name, the UI generates the persist pipeline ID solely from the adapter name (`persist-<adapter-name>`). This causes duplicate pipeline IDs and a CouchDB `DocumentConflictException` on startup. The fix is to add a random suffix to the persist pipeline ID (and reuse the same ID for asset linkage) so each persisted pipeline is unique. ### 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]
