dang-stripe commented on issue #13251: URL: https://github.com/apache/pinot/issues/13251#issuecomment-2136134053
The servers have their own API for tables here: https://github.com/apache/pinot/blob/106f0c580d06661b715068617cebc35378bbc926/pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java#L147 So it's possible to have a controller API that queries all servers to see what tables are hosted by them. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
