amaliujia commented on a change in pull request #272:
URL: https://github.com/apache/incubator-ratis/pull/272#discussion_r521863203
##########
File path:
ratis-server/src/main/java/org/apache/ratis/server/DisabledDataStreamServerFactory.java
##########
@@ -33,6 +34,11 @@ public DataStreamServerRpc newDataStreamServerRpc(RaftServer
server) {
@Override
public void start() {}
+ @Override
+ public InetSocketAddress getInetSocketAddress() {
+ return InetSocketAddress.createUnresolved("0.0.0.0", 0);
Review comment:
hmm good point. Let me try.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]