pulsar-heartbeat
pulsar-heartbeat copied to clipboard
Pulsar Heartbeat monitors Pulsar cluster availability, tracks latency of Pulsar message pubsub, and reports failures of the Pulsar cluster. It produces synthetic workloads to measure end-to-end messag...
- Pulsar Client Go 0.8.1 contains important bug fixes - release notes: https://github.com/apache/pulsar-client-go/releases
The main context for this feature is here: https://github.com/datastax/pulsar-heartbeat/pull/23#discussion_r815143257. Essentially, because we configure the Pulsar Heartbeat via a config map in kubernetes, it'd be good to provide the client secret...
# Description I have a single 1-node Pulsar cluster (not running in standalone mode) and I'd like to test out using a standalone Pulsar-heartbeat to monitor the health of the...
Hi folks, We are looking into using pulsar heartbeat and noticed that the set of metrics related to cluster health do not show up: https://github.com/datastax/pulsar-heartbeat/blob/a8fd93003a29c3c4bdd2b23e71d0c77afc5f0b90/src/cfg/cluster-monitor.go#L76C1-L79 It looked like the function...
As reported in the [readme](https://github.com/datastax/pulsar-heartbeat#helm-chart) currently the only way to install the heartbeat on k8s is to use the datastax pulsar helm chart or to create your own deployment. An...