npawar opened a new issue #6169:
URL: https://github.com/apache/incubator-pinot/issues/6169
We have an API to enable/disable table - `GET
/tables/{tableName}?state={enable/disable}&type={OFFLINE/REALTIME}`. But we
don't have an API which returns the table state (enabled/disabled).
A user will not know if the table is enabled or disabled, unless they get
the ideal state znode for the table (even GET idealstate doesn't return that
info). An API exclusively for getting table state would be nice, especially for
an application like cluster manager, which will provide an Enable/Disable
button.
API can be `GET tables/{tableName}/state` and response can be "enabled" or
"disabled"
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]