panszobe commented on code in PR #922:
URL: https://github.com/apache/pulsar-client-go/pull/922#discussion_r1056129189


##########
pulsar/consumer_partition.go:
##########
@@ -733,6 +734,7 @@ func (pc *partitionConsumer) internalAck(req *ackRequest) {
 
 func (pc *partitionConsumer) MessageReceived(response *pb.CommandMessage, 
headersAndPayload internal.Buffer) error {
        pbMsgID := response.GetMessageId()
+       ackSet := response.GetAckSet()

Review Comment:
   It seems that ackSet not handled to judge which msg is acked.
   It maybe cause duplicated consuming.
   Would you please have a look, thanks a lot.
   



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

Reply via email to