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 your handle_message/2 function was given as the first argument
  • message - the Kafka message your handle_message/2 function was given as the second argument
Kaffe.Consumer.ack(pid, message)