Pulsar (GO) functions, how to Ack and Nack? #22332
Unanswered
conor-nsurely
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
In Pulsar functions using the pulsar-function-go/pf library, what is the correct way to Ack or Nack messages?
pulsar-function-go/pf only seems to be able to create producers like so:
How would I ack/nack the messages from the pulsar function?
Is this possbile? Or what is the correct approach?
Thank you in advance
All reactions