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

   ### Is Your Feature Request Related to a Problem?
   
   When the cluster traffic is not high or the cluster size is large enough, 
the proxy and broker only maintain the connection by sending messages or other 
information. There is a chance that the connection will be established only 
when sending or consuming. Because the broker will close the idle connection 
after 120 seconds.
   
   A logic similar to the previous client is needed to send heartbeats 
regularly.
   
   ### Describe the Solution You'd Like
   
   A logic similar to the previous client is needed to send heartbeats 
regularly.
   
   ### Describe Alternatives You've Considered
   
   no
   
   ### Additional Context
   
   _No response_


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