wolfstudy commented on a change in pull request #660: URL: https://github.com/apache/pulsar-client-go/pull/660#discussion_r743363997
########## File path: pulsar/negative_acks_tracker.go ########## @@ -76,14 +95,48 @@ func (t *negativeAcksTracker) Add(msgID messageID) { t.negativeAcks[batchMsgID] = targetTime } -func (t *negativeAcksTracker) track() { +func (t *negativeAcksTracker) AddMessage(msg Message) { Review comment: Because we need to get redeliveryCount through the Message interface -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org