ptrdom opened a new issue, #301: URL: https://github.com/apache/pekko-projection/issues/301
While working on projection support for runtime persistence plugin configuration in R2DBC plugin I noticed that `EventSourcedProvider.sliceForPersistenceId` and `EventSourcedProvider.sliceForPersistenceId` do not support passing `config` parameter during runtime. This is technically not an issue currently, because with how `numberOfSlices` is not yet configurable, all possible persistence plugin instances will have the same behavior - even with runtime configuration a user could just spawn default implementation and use it to call these methods to same effect. Nonetheless, such behavior feels non-idiomatic, so I think this needs to be fixed. -- 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: notifications-unsubscr...@pekko.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org