sagelywizard commented on issue #506: Custom replication DBs never get 
/_scheduler/docs entries
URL: https://github.com/apache/couchdb/issues/506#issuecomment-299573022
 
 
   Most sensible solution to me solution is to make two changes:
   
   1. add `GET /_scheduler/docs/:db/:doc` endpoint. `:db` would need to be 
URL-encoded for slashes. Should be a pretty straightforward change.
   2. make the `GET /_scheduler/docs` endpoint use a 
`couch_replicator_fabric:docs`-type function to make requests to shards of all 
known replicator DBs rather than just `_replicator`. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to