Fix SBR lease-implementation config example (#29361)

This commit is contained in:
Sebastian Alfers 2020-07-09 09:48:28 +02:00 committed by GitHub
parent df995fe7bd
commit ec08c9dde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,7 +366,7 @@ akka {
split-brain-resolver {
active-strategy = "lease-majority"
lease-majority {
lease-implementation = "akka.lease.kubernetes"
lease-implementation = "akka.coordination.lease.kubernetes"
}
}
}