bookkeeper-visual-manager
bookkeeper-visual-manager copied to clipboard
Ability to trigger manual recovery of bookies using the HTTP REST API
FEATURE REQUEST use the HTTP REST API of the Bookie (v3.0+) to trigger the recovery of bookies data if autorecover is disable on the cluster.
https://bookkeeper.apache.org/docs/latest/admin/http/#endpoint-apiv1autorecoverybookie
The recovery should start from the card of a specific bookie and should ask on which bookie to perform the recover. If no bookie is selected as target of the recover this should be performed on all the remaining available services.
Similarly we should also evaluate to add the possibility to decommisioning a bookie.
For both function we should add a confirmation box. We should also add a global property to disable the possibility of decommisioning bookie since it's a dangerous operations (enabled by default).