We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cb522 commit 3c7c1a8Copy full SHA for 3c7c1a8
rocketmq-broker/src/main/java/com/alibaba/rocketmq/broker/client/net/Broker2Client.java
@@ -100,14 +100,6 @@ public void operationComplete(ChannelFuture future) throws Exception {
100
}
101
102
103
- public RemotingCommand getConsumerRunningInfo(//
104
- final Channel channel,//
105
- final RemotingCommand request//
106
- ) throws RemotingSendRequestException, RemotingTimeoutException, InterruptedException {
107
- return this.brokerController.getRemotingServer().invokeSync(channel, request, 10000);
108
- }
109
-
110
111
public RemotingCommand callClient(//
112
final Channel channel,//
113
final RemotingCommand request//
0 commit comments