Skip to content

Commit 5dc7589

Browse files
authored
fix passivation strategy config deprecation (#342)
1 parent 7a71600 commit 5dc7589

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/config.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@ pekkoConfiguration {
8484
downing-provider-class = "org.apache.pekko.cluster.sbr.SplitBrainResolverProvider"
8585
sharding {
8686
state-store-mode="persistence"
87-
passivate-idle-entity-after="300s"
87+
passivation {
88+
strategy = default-strategy
89+
default-strategy {
90+
idle-entity.timeout = 300s
91+
}
92+
}
8893
}
8994
}
9095
remote {

0 commit comments

Comments
 (0)