targetoee opened a new pull request, #158: URL: https://github.com/apache/yunikorn-web/pull/158
### What is this PR for? When the API response size is large, it takes a long time to transfer data. This PR adds a 'Accept-Encoding' request header. If the client (web side) indicates gzip encoding, the scheduler will compress the data before sending it back. So it can reduce the data size and transfer time. ### What type of PR is it? * [ ] - Bug Fix * [x] - Improvement * [ ] - Feature * [ ] - Documentation * [ ] - Hot Fix * [ ] - Refactoring ### Todos N/A ### What is the Jira issue? [YUNIKORN-2249](https://issues.apache.org/jira/browse/YUNIKORN-2249) ### How should this be tested? local build ### Screenshots (if appropriate) N/A ### Questions: N/A -- 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]
