targetoee commented on code in PR #757:
URL: https://github.com/apache/yunikorn-core/pull/757#discussion_r1518706583


##########
pkg/webservice/handlers.go:
##########
@@ -746,6 +752,11 @@ func getQueueApplications(w http.ResponseWriter, r 
*http.Request) {
                appsDao = append(appsDao, getApplicationDAO(app))
        }
 
+       if checkHeader(r.Header, "Content-Encoding", "gzip") {

Review Comment:
   That's a good idea. It can be an optional choice for user to provide more 
flexibility.
   Some APIs typically don't return large amounts of data in common cases, so 
it may be necessary to discuss which ones require this functionality.



-- 
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]

Reply via email to