apache / apache/pulsar-client-go

is there a way to know whether ack/nack succeeds or fails

Open
#296 5 comments 0 reactions 0 assignees View on GitHub
triage/week-26 type/feature
Dominant language
Go
Stars
745
Forks
389
Avg merge
3d 20h
Merged PRs (30d)
3

Description

From the source code, no callback or returned error is found.

```go
type Consumer interface {
// Ack the consumption of a single message
Ack(Message)

// Acknowledge the failure to process a single message.
//
// When a message is "negatively acked" it will be marked for redelivery after
// some fixed delay. The delay is configurable when constructing the consumer
// with ConsumerOptions.NAckRedeliveryDelay .
//
// This call is not blocking.
Nack(Message)

// ...
}

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.