tenthe opened a new issue, #4172: URL: https://github.com/apache/streampipes/issues/4172
### Body The current `INoSqlStorage` API exposes multiple generic return types (`CRUDStorage<T>`) directly (e.g., `getUserGroupStorage`). This mixes internal generic persistence concerns into the public API and reduces discoverability for API consumers. We should introduce domain-specific interfaces (e.g., `IUserGroupStorage extends CRUDStorage<Group>`) and update all corresponding `INoSqlStorage` methods to return those interfaces instead of generic `CRUDStorage<T>`. ### 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]
