You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2020/04/15 15:04:45 UTC

[GitHub] [bookkeeper] fantapsody opened a new issue #2310: Add a toggle API for autorecovery

fantapsody opened a new issue #2310: Add a toggle API for autorecovery
URL: https://github.com/apache/bookkeeper/issues/2310
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   It would be convenient to support enable, disable, or check the status of autorecovery with REST API, just like what does in the toggle command:
   https://bookkeeper.apache.org/docs/4.9.2/reference/cli/#bookkeeper-shell-autorecovery
   https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/tools/cli/commands/autorecovery/ToggleCommand.java
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
      Are you currently using any workarounds to address this issue?
   
   Currently, we can use the shell command to toggle autorecovery. I think it's a should-have feature that is handy to use in operation and maintenance tools.
   
   3. Provide any additional detail on your proposed use case for this feature.
   
   Add a REST at `/api/v1/autorecovery/` or `/api/v1/autorecovery/status`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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