esevastyanov commented on a change in pull request #8110: [WIP] Response context refactoring URL: https://github.com/apache/incubator-druid/pull/8110#discussion_r305615130
########## File path: server/src/main/java/org/apache/druid/server/QueryResource.java ########## @@ -83,6 +83,7 @@ protected static final int RESPONSE_CTX_HEADER_LEN_LIMIT = 7 * 1024; Review comment: However, this is not a `ResponseContext` feature, it is more like a `QueryResource` limitation (also as `HEADER_RESPONSE_CONTEXT` http-header name). So decided to leave it as is, let me know if that explanation doesn't correlate with your vision. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
