Skip to content

Commit

Permalink
fix: fix 879 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleiphir2769 authored Nov 29, 2022
1 parent 4ebb3c7 commit 0b197f7
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 0b197f7

Please sign in to comment.