mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-28 20:09:14 +08:00
* [ISSUE #10593] Rename CLusterSendMsgRTCommand to ClusterSendMsgRTCommand * Update
This commit is contained in:
@@ -54,7 +54,7 @@ import org.apache.rocketmq.tools.command.broker.SendMsgStatusCommand;
|
||||
import org.apache.rocketmq.tools.command.broker.SwitchTimerEngineSubCommand;
|
||||
import org.apache.rocketmq.tools.command.broker.UpdateBrokerConfigSubCommand;
|
||||
import org.apache.rocketmq.tools.command.broker.UpdateColdDataFlowCtrGroupConfigSubCommand;
|
||||
import org.apache.rocketmq.tools.command.cluster.CLusterSendMsgRTCommand;
|
||||
import org.apache.rocketmq.tools.command.cluster.ClusterSendMsgRTCommand;
|
||||
import org.apache.rocketmq.tools.command.cluster.ClusterListSubCommand;
|
||||
import org.apache.rocketmq.tools.command.connection.ConsumerConnectionSubCommand;
|
||||
import org.apache.rocketmq.tools.command.connection.ProducerConnectionSubCommand;
|
||||
@@ -252,7 +252,7 @@ public class MQAdminStartup {
|
||||
initCommand(new AllocateMQSubCommand());
|
||||
|
||||
initCommand(new CheckMsgSendRTCommand());
|
||||
initCommand(new CLusterSendMsgRTCommand());
|
||||
initCommand(new ClusterSendMsgRTCommand());
|
||||
|
||||
initCommand(new GetNamesrvConfigCommand());
|
||||
initCommand(new UpdateNamesrvConfigCommand());
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ import org.apache.rocketmq.tools.admin.DefaultMQAdminExt;
|
||||
import org.apache.rocketmq.tools.command.SubCommand;
|
||||
import org.apache.rocketmq.tools.command.SubCommandException;
|
||||
|
||||
public class CLusterSendMsgRTCommand implements SubCommand {
|
||||
public class ClusterSendMsgRTCommand implements SubCommand {
|
||||
|
||||
public static void main(String[] args) {
|
||||
}
|
||||
Reference in New Issue
Block a user