LetLetMe commented on code in PR #8600:
URL: https://github.com/apache/rocketmq/pull/8600#discussion_r1741637402
##########
broker/src/main/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessor.java:
##########
@@ -458,6 +464,79 @@ private RemotingCommand
updateAndGetGroupForbidden(ChannelHandlerContext ctx, Re
return response;
}
+ private RemotingCommand diffConsumeQueue(ChannelHandlerContext ctx,
RemotingCommand request) {
Review Comment:
查看双写进度,决定什么时候切流到rocksdbcq只读
--
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]