View Source Elsa.Consumer (Elsa.fi v2.5.0)
Public api to consumer acks asynchronously for simple consumers
Link to this section Summary
Functions
Retrieves a process id of a consumer registered to the Elsa Registry and performs a consume-ack of the messages ready to be read off the topic.
Link to this section Types
@type offset() :: non_neg_integer()
Link to this section Functions
@spec ack(Elsa.connection(), Elsa.topic(), Elsa.partition(), offset()) :: :ok
Retrieves a process id of a consumer registered to the Elsa Registry and performs a consume-ack of the messages ready to be read off the topic.