jerqi commented on code in PR #688:
URL: https://github.com/apache/incubator-uniffle/pull/688#discussion_r1131906038
##########
common/src/main/java/org/apache/uniffle/common/ClientType.java:
##########
@@ -18,5 +18,6 @@
package org.apache.uniffle.common;
public enum ClientType {
- GRPC
+ GRPC,
+ GRPC_NETTY
Review Comment:
I will split the `ClientType` and `ShuffleServerInfo` to part-1.
--
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]