You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "wzhallright (via GitHub)" <gi...@apache.org> on 2023/05/19 07:53:11 UTC

[GitHub] [ratis] wzhallright commented on a diff in pull request #882: RATIS-1844. Remove unused rpcType in SupportedRpcType

wzhallright commented on code in PR #882:
URL: https://github.com/apache/ratis/pull/882#discussion_r1198658640


##########
ratis-common/src/main/java/org/apache/ratis/rpc/SupportedRpcType.java:
##########
@@ -23,8 +23,7 @@
 /** The RPC types supported. */
 public enum SupportedRpcType implements RpcType {
   NETTY("org.apache.ratis.netty.NettyFactory"),
-  GRPC("org.apache.ratis.grpc.GrpcFactory"),
-  HADOOP("org.apache.ratis.hadooprpc.HadoopFactory");

Review Comment:
   oh, sorry!



-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org