tianping526 commented on code in PR #469:
URL: https://github.com/apache/rocketmq-clients/pull/469#discussion_r1160373943
##########
golang/simple_consumer.go:
##########
@@ -183,6 +184,19 @@ func (sc *defaultSimpleConsumer)
wrapAckMessageRequest(messageView *MessageView)
}
}
+func (sc *defaultSimpleConsumer)
wrapForwardMessageToDeadLetterQueueRequest(messageView *MessageView)
*v2.ForwardMessageToDeadLetterQueueRequest {
Review Comment:
Is there any good way to customize the retry policy? For example, if there
are two messages m and n in topic A, I want to retry 3 times for m, but 100
times for n, and the retry interval can be decided by the client
--
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]