You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use Agent to rewrite the result during retry, will it have any effect? For example, rewrite ConsumeMessageConcurrentlyService.this.processConsumeResult(status, context, this); status parameter from RECONSUME_LATER to CONSUME_SUCCESS. Then I implement the retry with different traffic myself, so that RocketMQ internal consumption will be judged as successful?
Search before creation
Documentation Related
When I used queue to implement traffic isolation, I found that the message retry queue was single and could not return to the consumption queue.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: