akka/akka-core

Possibility to give persistence plugin configurations at runtime

开放

#31,441 创建于 2022年6月20日

 (1 条评论) (0 个反应) (0 位负责人)Scala (3,547 个派生)batch import
1 - triagedhelp wantedt:persistence

仓库指标

星标
 (13,277 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

I see that Classic persistence has the possibility to provide plugin configuration at runtime. But the same feature is missing for typed implementation.

Was there a reason to drop it in the typed version or there is some other technique to handle it?

From Akka's sources, it looks like it is not possible to override it.

One option is to have multiple actor systems in a multi-tenant application, but not sure if this approach is good in general.

贡献者指南