akka/akka-core

Possibility to give persistence plugin configurations at runtime

Open

#31.441 geöffnet am 20. Juni 2022

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Scala (3.547 Forks)batch import
1 - triagedhelp wantedt:persistence

Repository-Metriken

Stars
 (13.277 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17h 35m) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide