ivankelly opened a new pull request #2883: Add healthcheck for broker URL: https://github.com/apache/pulsar/pull/2883 This patch adds a healthcheck command that checks the health of the local broker. It subscribes to a topic in the heartbeat namespace for the broker, publishes to that topic and verifies that the message it gets back it the same. The client is configured using the values from conf/client.conf. By default, if the healthcheck doesn't complete in 10 seconds, it is considered to have failed. This can be tuned by the -t commandline flag.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
