You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/29 15:16:58 UTC

[GitHub] ivankelly opened a new pull request #2883: Add healthcheck for broker

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:
users@infra.apache.org


With regards,
Apache Git Services