Skip to content

Commit

Permalink
fix: fix 879
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleiphir2769 committed Nov 2, 2022
1 parent 0b0720a commit 749b685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/consumer_partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (pc *partitionConsumer) AckID(msgID MessageID) error {
pc.options.interceptors.OnAcknowledge(pc.parentConsumer, msgID)
}

return ackReq.err
return nil
}

func (pc *partitionConsumer) NackID(msgID MessageID) {
Expand Down

0 comments on commit 749b685

Please sign in to comment.