Force update replicas
Force update partition replicas
POST
/v1/debug/partitions/{namespace}/{topic}/{partition}/force_replicas
curl \
--request POST 'http://localhost:9644/v1/debug/partitions/{namespace}/{topic}/{partition}/force_replicas' \
--header "Content-Type: application/json" \
--data '[{"core":42,"node_id":42}]'
Request examples
[
{
"core": 42,
"node_id": 42
}
]