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 44b64aa commit db525c3
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 @@ -469,7 +469,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 db525c3

Please sign in to comment.