abjoe
8 years agoNew Contributor II
Kafka Consumer Crash
Hi All,
If I am using a Confluent Kafka Consumer Snap and it crashes in between, Will it commit an offset?
For example if there are 500 documents in Kafka and after reading 250 documents Kafka crashes. Will it read from the 251st document when I run it again or will it start from the 1st document in the next try?