hgaol commented on issue #2325: URL: https://github.com/apache/incubator-shenyu/issues/2325#issuecomment-1032718089
Hi @impactCn , what will compression plugin do? Do you mean it will compress the response data from `shenyu-bootstrap`? If yes, I think maybe adding below properties can help. ```properties server.compression.enabled=true server.compression.min-response-size=1024 # min number to compress ``` If no, pls help to provide more information, so I may can help :p -- 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]
