ivandika3 commented on PR #9537: URL: https://github.com/apache/ozone/pull/9537#issuecomment-3678395791
I'm not sure whether instead of a single long method for handling PUT, GET (e.g. `ObjectEndpoint#put`) we can divide a single endpoint to multiple methods and let the JAX-RS implementation (Jersey) matcher pick the most appropriate ones. For example, for `ObjectEndpoint#put`, we can divide to `putObject`, `putObjectTagging`, `createMultipartKey` based on whether certain headers appear (e.g. ACL header, multipart header). Not sure if there are performance implications. -- 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]
