TrueAbc commented on code in PR #10602:
URL: https://github.com/apache/dubbo/pull/10602#discussion_r969452617
##########
dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/DubboProtocol.java:
##########
@@ -364,6 +367,9 @@ private ProtocolServer createServer(URL url) {
// enable heartbeat by default
.addParameterIfAbsent(HEARTBEAT_KEY,
String.valueOf(DEFAULT_HEARTBEAT))
.addParameter(CODEC_KEY, DubboCodec.NAME)
+ //todo
+ // enable pu server by default, this config should be closed when
merging
+ .addParameter(IS_PU_SERVER_KEY, Boolean.TRUE.toString())
Review Comment:
This line should be deleted finally. For now, this line is used to make all
dubbo protocol test cases use pu server.
--
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]