funky-eyes commented on code in PR #6209:
URL: https://github.com/apache/incubator-seata/pull/6209#discussion_r1436780792


##########
core/src/main/java/io/seata/core/protocol/RpcMessage.java:
##########
@@ -169,6 +171,14 @@ public void setMessageType(byte messageType) {
         this.messageType = messageType;
     }
 
+    public String getVersion() {
+        return version;
+    }
+
+    public void setVersion(String version) {

Review Comment:
   client也会使用到rpcmessage,为什么不让新版的客户端直接传递当前的协议版本号?
   The client will also use rpcmessage, why not let the new version of the 
client side directly pass the current protocol version number?



-- 
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]

Reply via email to