ShadowySpirits opened a new issue, #5028:
URL: https://github.com/apache/rocketmq/issues/5028

   At present, rocketmq lacks means to quickly detect network connectivity and 
service status. SRE usually suggest user ping broker or name server ip, or 
telnet their port. But sometimes this way doesn't work out. eg. icmp is allowed 
but tcp not, or tcp connection can be established but following packets cannot 
be processed.
   
   Therefore, broker and name server needs to provide a way to detect whether 
the service is currently available. And it should be as simple as possible. OS 
build-in command is enough, don't bother users to install additional tools.
   
   The example is as follows:
   
   <img width="339" alt="Snipaste_2022-09-08_11-38-53" 
src="https://user-images.githubusercontent.com/32436597/189037252-4c4532d8-ddd4-41bd-a045-c2741227ea9a.png";>
   


-- 
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]

Reply via email to