We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我查看了源代码,似乎消费者返回false之后会立即重试,那么,对于需要延迟重试的场景,我目前的做法是无脑返回true,然后手动重新投递消息,虽然这样也能解决问题,但是总感觉不够优雅,不知道各位有何看法呢
The text was updated successfully, but these errors were encountered:
828cdbe 里面加了 WithNackRedeliveryDelay 可以设置 nack (callback 函数返回 false) 之后到重新投递的间隔。 由于数据结构的限制,如果消费超时消息还是会被立即重新投递。
Sorry, something went wrong.
No branches or pull requests
我查看了源代码,似乎消费者返回false之后会立即重试,那么,对于需要延迟重试的场景,我目前的做法是无脑返回true,然后手动重新投递消息,虽然这样也能解决问题,但是总感觉不够优雅,不知道各位有何看法呢
The text was updated successfully, but these errors were encountered: