qianye1001 commented on PR #1074:
URL: 
https://github.com/apache/rocketmq-clients/pull/1074#issuecomment-3182027584

   The gRPC client uses a POP consumption model, where messages received by the 
client require explicit ACK responses. Without proper acknowledgment, messages 
will timeout and trigger retries, which can lead to rapid performance 
degradation on the server side. Therefore, when adding hooks to process 
messages that have reached the client, it is crucial to ensure that unwanted 
messages are properly acknowledged. However, this PR does not provide such a 
mechanism, which could easily lead to incorrect usage.


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