WangzJi commented on code in PR #8020:
URL: https://github.com/apache/incubator-seata/pull/8020#discussion_r2973171937


##########
core/src/main/java/org/apache/seata/core/protocol/MessageType.java:
##########
@@ -138,6 +138,14 @@ public interface MessageType {
      * The constant TYPE_REG_RM_RESULT.
      */
     short TYPE_REG_RM_RESULT = 104;
+    /**
+     * The constant TYPE_UNREG_RM.
+     */
+    short TYPE_UNREG_RM = 105;
+    /**
+     * The constant TYPE_UNREG_RM_RESULT.
+     */
+    short TYPE_UNREG_RM_RESULT = 106;

Review Comment:
   The default serializer is SEATA, not PROTOBUF, so this won't cause issues 
for most users. I'll add protobuf support in a follow-up PR.



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