GitHub user regiskuckaertz added a comment to the discussion: Confusion between pekko.cluster.failure-detector and pekko.remote.watch-failure-detector
I understand that but to be specific, I don't think `pekko.cluster.failure-detector.acceptable-heartbeat-pause` is in use anymore. - not in the cluster settings: https://github.com/apache/pekko/blob/c9906c60fcfac696cf307ca0edc8a80da202dde1/cluster/src/main/scala/org/apache/pekko/cluster/ClusterSettings.scala#L53-L63 - only in that separate project `cluster-tools` which is a different artefact and is marked as deprecated: https://github.com/apache/pekko/blob/main/cluster-tools/src/main/scala/org/apache/pekko/cluster/client/ClusterClient.scala#L79 GitHub link: https://github.com/apache/pekko/discussions/2657#discussioncomment-15909774 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
