aaron-ai opened a new issue, #525:
URL: https://github.com/apache/rocketmq-clients/issues/525

   ### Programming Language of the Client
   
   Java
   
   ### Is Your Feature Request Related to a Problem?
   
   When the client times out while receiving a message, the server may have 
already sent out the corresponding message, but due to network issues, the 
client did not receive it. These messages have to wait until the next visible 
time to be consumed.
   
   ### Describe the Solution You'd Like
   
   Design the reception of messages to be reentrant, so that when the client 
finds a timeout, it can retrieve the timed-out messages again through the 
reentrant mechanism.
   
   ### Describe Alternatives You've Considered
   
   No suitable alternative is available at present.
   
   ### 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