fx19880617 opened a new pull request #5685:
URL: https://github.com/apache/incubator-pinot/pull/5685


   ## Description
   Adding controller APIs to fetch brokers information
   Per issue: https://github.com/apache/incubator-pinot/issues/5682
   
   ## Release Notes
   Adding Controller APIs to fetch brokers information:
   ```
   // Return all the {state} brokers mapping of tenants/tables
   GET /brokers?state={online|offline}
   
   // 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