Skip to content

Commit

Permalink
pekko: update implementation lease class
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad committed Aug 26, 2024
1 parent 20665dd commit 2cdbc2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/pekko.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ pekko {
split-brain-resolver {
active-strategy = "lease-majority"
lease-majority {
lease-implementation = "org.apache.pekko.coordination.lease.kubernetes"
lease-implementation = "pekko.coordination.lease.kubernetes"
}
}
singleton {
use-lease = "org.apache.pekko.coordination.lease.kubernetes"
use-lease = "pekko.coordination.lease.kubernetes"
}
{{- end }}
shutdown-after-unsuccessful-join-seed-nodes = 60s
Expand Down

0 comments on commit 2cdbc2e

Please sign in to comment.