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

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   When the producer enables the vipChannel, if it has not sent any messages to 
a specific broker for two minutes, send messages at this time may result in a 
timeout with no possibility of retrying. This is because the server detects the 
idle connection and subsequently closes it. Since the heartbeat packets are 
only sent to the broker’s port 10911, this fails to achieve the keepalive 
effect.
   
   ### Motivation
   
   Use the same client connection to send the heartbeat for keepalive
   
   ### Describe the Solution You'd Like
   
   Use the same client connection to send the heartbeat for keepalive
   
   ### 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