cckellogg commented on a change in pull request #610:
URL: https://github.com/apache/pulsar-client-go/pull/610#discussion_r702239348
##########
File path: pulsar/consumer.go
##########
@@ -117,6 +117,9 @@ type ConsumerOptions struct {
// Default is false
RetryEnable bool
+ // Configuration for Retry delay level policy
+ DelayLevelUtil DelayLevelUtil
Review comment:
What is an example of how a user can customize this? What are the
different parameters? This name is very confusing to me and doesn't provide
must information on what it does. Something like `RetryPolicy` or
`RetryDelayPolicy` makes more sense to me.
--
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]