coderzc commented on code in PR #15678: URL: https://github.com/apache/pulsar/pull/15678#discussion_r898717335
########## pulsar-proxy/src/test/resources/proxy.conf: ########## @@ -60,6 +60,10 @@ advertisedAddress= # Enable or disable the HAProxy protocol. haProxyProtocolEnabled=false +# Enables zero-copy transport of data across network interfaces using the splice system call. +# Zero copy mode cannot be used when TLS is enabled or when proxyLogLevel is > 0. +proxyZeroCopyModeEnabled=true Review Comment: ok, thanks. I add test to cover `proxyZeroCopyModeEnabled=false` case -- 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]
