lizhanhui commented on code in PR #5029:
URL: https://github.com/apache/rocketmq/pull/5029#discussion_r966585729
##########
namesrv/src/main/java/org/apache/rocketmq/namesrv/processor/DefaultRequestProcessor.java:
##########
@@ -674,4 +676,10 @@ private RemotingCommand
getClientConfigs(ChannelHandlerContext ctx, RemotingComm
return response;
}
+ private RemotingCommand healthCheck(ChannelHandlerContext ctx,
RemotingCommand request) {
Review Comment:
Can we just build a command line script, querying existing broker status
info? The server just respond with memory info to the cli,
--
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]