spaghettifunk commented on issue #5590: URL: https://github.com/apache/incubator-pinot/issues/5590#issuecomment-768316478
I think it would be nice to be able to generate the client once a release is cut. In this way both client and server have the same version. You could use **Github Actions** to do automate the generation. For example, it is sufficient to do `swagger generate client -f ./path/to//swagger.json -a kind -A pinot-sdk` and you have it available. Does it make sense? Maybe the default generated client is the Java one. While, for other languages the community can maintain themselves by still leveraging `swagger-codegen` or similar. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
