countang opened a new issue, #1097: URL: https://github.com/apache/rocketmq-clients/issues/1097
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client Java ### Summary Client遇到流量控制,使用单独的退避策略,而不是和普通异常共享重试次数。当前retry次数和普通异常的重试次数是共享的,如果想为流控设置单独的退避策略会影响到普通异常的重试。 ### Motivation 当前retry次数和普通异常的重试次数是共享的,如果想为流控设置单独的退避策略会影响到普通异常的重试。希望可以为流控定制退避策略。 ### Describe the Solution You'd Like 希望可以为流控定制退避策略。 ### Describe Alternatives You've Considered 提供流控单独的配置项 ### 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]
