Skip to content
Discussion options

You must be logged in to vote

Yes, that's right. But remember, Kafka's EoS only applies to messages in Kafka - not side effects of message processing. I.e. you may get duplicate calls to your web service or whatever you are doing in message processing. It's only useful when you want a poll and produce loop and you want to ensure exactly once existence of result messages in the output topics.

When reading, don't forget to use isolation.level=read_committed in your consumer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexandergunnarson
Comment options

Answer selected by astubbs
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