rseetham opened a new issue, #16700: URL: https://github.com/apache/pinot/issues/16700
The create and update endpoints on the controller do 1. validate config and schema 2. tune configs 3. add the config and schema to helix We have validate endpoints that expose the validations. But having preview endpoints that return what the config and schema will be is very useful. 1. The create and deploy endpoints do more validations. Specifically tenant existence validations that are not in the validate config endpoints. 2. The create and update endpoints take partial configs and we set up a lot of default values for properties that are not given in the input. It would be nice to see the default values before we actually make the change 3. We tune the replicas etc. Having a preview endpoint means we can check before make changes -- 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]
