Skip to content
Discussion options

You must be logged in to vote

Yes, in Kafka you can't reject or nack messages individually. You've either processed successfully records on the log (topic-partition) up to a certain point (offset) and committed that offset to the consumer group or you've not.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Inithron
Comment options

@ozangunalp
Comment options

@Inithron
Comment options

@ozangunalp
Comment options

Answer selected by Inithron
@Inithron
Comment options

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
Converted from issue

This discussion was converted from issue #2590 on April 22, 2024 10:20.