leixm commented on code in PR #742:
URL: https://github.com/apache/incubator-uniffle/pull/742#discussion_r1146177566
##########
common/src/main/java/org/apache/uniffle/common/netty/protocol/Message.java:
##########
@@ -53,6 +73,46 @@ public static Type decode(ByteBuf buf) {
switch (id) {
case 0:
return RPC_RESPONSE;
+ case 1:
+ return SHUFFLE_REGISTER_REQUEST;
Review Comment:
We will implement all protocols of ShuffleServer.
--
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]