1782935682 opened a new issue, #1096: URL: https://github.com/apache/rocketmq-clients/issues/1096
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Java ### Runtime Platform Environment centos7 ### RocketMQ Version of the Client/Server 5.3.3 ### Run or Compiler Version 1.8 ### Describe the Bug 当使用grpc fifo消费时,如果客户端ack失败,那么客户端本地会重试,最终消费成功,或者发送到死信 <img width="974" height="685" alt="Image" src="https://github.com/user-attachments/assets/da11641e-2678-4259-898e-9103bf8de404" /> 与此同时,因为使用pop消费,在消费失败并且不可见时间过后,客户端又可以重新拉取到这批未消费的消息,新拉取到的消息也会在客户端进行重试,会导致重试策略和实际重试时间次数不一致。 ### Steps to Reproduce 1.新建fifo topic和group 2.启动pushConsumer,设置ack失败 ### What Did You Expect to See? 1 ### What Did You See Instead? 1 ### 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]
