pravega/pravega-tools

"controller describe-scope" command displays only scope-name

Closed this issue · 2 comments

Pravega-cli command controller describe-scope <scope-name> returns only scope-name as output. It would have been better useful if this command could update total number of readers', writers' and containers' created, deleted and/or running any such details as the command is intent to describe some of the scope related specific information controller describe-scope <scope-name>: Get the details of a given Scope

Command: controller describe-scope <scope-name>
Output:

> controller describe-scope Scope
Successful REST request.
{"scopeName":"Scope"}

@SomeshJoshi19 this is not a bug, this is what the Controller REST API provides. If you desire to have more information, this is a feature request that may need to be discussed. And in fact, the place to discuss that may be the Pravega repo, as the this entails the REST call to provide a different output.

Closing as this is not a bug. Any further improvement of the describe-scope command should be done in the Pravega core repo.