dongxiaoman opened a new pull request, #8854: URL: https://github.com/apache/pinot/pull/8854
##Description This PR provides one possible solution to use OpenAPI and codegen to define our Pinot Controller protocol. The compatibility is generated by the following steps: 1. Open pinot controller swagger UI, download the Swagger JSON 2. Convert the Swagger JSON into OpenAPI yaml in Swagger Editor (any JSON -> yaml tool will do) 3. Strip most of the endpoints, only keep the endpoints of `PinotBrokerRestResources.java` 4. Run codegen ## Tests done Start quickstart -- 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]
