Kaffe v1.7.0 Kaffe.Worker
A worker receives messages for a single topic partition.
Processing the message set is delegated to the configured message
handler. It is responsible for any error handling. The message handler
must define a handle_messages
function (note the pluralization!)
to accept a list of messages.
The result of handle_messages
is sent back to the subscriber.