Kaffe.Consumer.ack
You're seeing just the function
ack
, go back to Kaffe.Consumer module for more information.
Acknowledge the Kafka message as processed.
pid
- the pid yourhandle_message/2
function was given as the first argumentmessage
- the Kafka message yourhandle_message/2
function was given as the second argument
Kaffe.Consumer.ack(pid, message)