tjiuming commented on code in PR #16323:
URL: https://github.com/apache/pulsar/pull/16323#discussion_r915069353
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -323,6 +323,12 @@ public class ServiceConfiguration implements
PulsarConfiguration {
+ "(0 to disable limiting)")
private int maxHttpServerConnections = 2048;
+ @FieldContext(
+ category = CATEGORY_SERVER,
+ doc = "enable compression when the HTTP service responds to the
client"
+ )
+ private boolean enableCompress = false;
Review Comment:
`enableCompressMetricsData` should be better
--
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]