fx19880617 opened a new issue #5682:
URL: https://github.com/apache/incubator-pinot/issues/5682


   The motivation is to support a Pinot Client fully initialized by a pinot 
controller url (https://github.com/apache/incubator-pinot/issues/5660).
   
   The APIs to add:
   
   // Return all the {state} brokers mapping per tenants
   GET /brokers/tenants?state={online|offline}
   
   // Return {state} brokers for a given {tenant}, returns all brokers if state 
is not specified.
   GET /brokers/tenants/{tenant}?state={online|offline}
   
   // Return all the {state} brokers mapping per table
   GET /brokers/tenants?state={online|offline}
   
   // Return {state} brokers for a given {table}, returns all brokers if state 
is not specified.
   GET /brokers/tables/{table}?state={online|offline}


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to