Check broker pre-restart
Check if it is safe to restart this broker.
GET
/v1/broker/pre_restart_probe
curl \
--request GET 'http://localhost:9644/v1/broker/pre_restart_probe'
Response examples (200)
{
"risks": {
"rf1_offline": [
"string"
],
"full_acks_produce_unavailable": [
"string"
],
"unavailable": [
"string"
],
"acks1_data_loss": [
"string"
]
}
}