cckellogg commented on a change in pull request #82: Added a message id tracker 
for acking messages that are batched.
URL: https://github.com/apache/pulsar-client-go/pull/82#discussion_r341835847
 
 

 ##########
 File path: pulsar/impl_message.go
 ##########
 @@ -126,3 +142,36 @@ func (msg *message) EventTime() time.Time {
 func (msg *message) Key() string {
        return msg.key
 }
+
+func newAckTracker(size int) *ackTracker {
 
 Review comment:
   I think it makes sense in this file since it's related to the message id 
implementation.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to