is not current version
Last Version 3.0.0

org.swisspush:cluster-watchdog 2.1.0

Checks if all your hazelcast cluster members are receiveing published messages over the bus.

GroupId

GroupId

org.swisspush
ArtifactId

ArtifactId

cluster-watchdog
Version

Version

2.1.0
Type

Type

jar

Download cluster-watchdog 2.1.0


<!-- https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/ -->
<dependency>
    <groupId>org.swisspush</groupId>
    <artifactId>cluster-watchdog</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/
implementation 'org.swisspush:cluster-watchdog:2.1.0'
// https://jarcasting.com/artifacts/org.swisspush/cluster-watchdog/
implementation ("org.swisspush:cluster-watchdog:2.1.0")
'org.swisspush:cluster-watchdog:jar:2.1.0'
<dependency org="org.swisspush" name="cluster-watchdog" rev="2.1.0">
  <artifact name="cluster-watchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swisspush', module='cluster-watchdog', version='2.1.0')
)
libraryDependencies += "org.swisspush" % "cluster-watchdog" % "2.1.0"
[org.swisspush/cluster-watchdog "2.1.0"]