EarthChen commented on a change in pull request #8817:
URL: https://github.com/apache/dubbo/pull/8817#discussion_r716421802
##########
File path:
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleClientHandler.java
##########
@@ -90,6 +95,13 @@ private void writeRequest(ChannelHandlerContext ctx, final
Request req, final Ch
if (StringUtils.isNotEmpty(ssl)) {
ctx.channel().attr(TripleConstant.SSL_ATTRIBUTE_KEY).set(Boolean.parseBoolean(ssl));
}
+
+ // get compressor
+ String compressorStr =
ConfigurationUtils.getGlobalConfiguration(ApplicationModel.defaultModel()).getString(COMPRESSOR_KEY,
DEFAULT_COMPRESSOR);
Review comment:
Obtain the configuration in multi-instance mode from url
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]