Skip to content

Consumer acknowledge messages from streams #445

Discussion options

You must be logged in to vote

If you want to skip messages you have to ignore them and return in the MessageHandler, messages will keep flowing. The acknowledgment with AMQP is just a way of asking for more messages, which is not necessary with the stream client.

If you want to have more control over how messages are flowing (e.g. to avoid overflowing your consumers), there is a new flow API in 0.11.0.

Note that this flow control is independent of offset tracking, which is a way to store at which point a consumer is in a given stream (to be able to restart a new incarnation of the consumer where the previous one left off).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kurenchuksergey
Comment options

@acogoluegnes
Comment options

Answer selected by kurenchuksergey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants