cornelk commented on a change in pull request #214: Fix Consumer Seek not 
returning a potential error
URL: https://github.com/apache/pulsar-client-go/pull/214#discussion_r407935900
 
 

 ##########
 File path: pulsar/impl_message.go
 ##########
 @@ -118,6 +120,24 @@ func newMessageID(ledgerID int64, entryID int64, batchIdx 
int, partitionIdx int)
        }
 }
 
+// creates a new messageID object from the given MessageID, consumers is the 
amount of
+// consumers, 1+ for Consumer, 1 for Reader.
+func newMessageIDFromInterface(msgID MessageID, consumers int) (*messageID, 
error) {
 
 Review comment:
   msgID is an interface, the returned value the internal struct

----------------------------------------------------------------
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