Check broker post-restart

GET /v1/broker/post_restart_probe

Check if the broker has recovered after a restart.

Responses

  • 200 application/json

    Post-restart check result

    Hide response attribute Show response attribute object
    • load_reclaimed_pc integer

      The load that the broker has reclaimed after restarting, as a percentage of in-sync replicas.

      Minimum value is 0, maximum value is 100.

GET /v1/broker/post_restart_probe
curl \
 --request GET 'http://localhost:9644/v1/broker/post_restart_probe'
Response examples (200)
{
  "load_reclaimed_pc": 42
}