The documentation says:
enable.auto.commit: Kafka source doesn’t commit any offset.
Hence my question is, in the event of a worker or partition crash/restart :
- startingOffsets is set to latest, how do we not loose messages ?
- startingOffsets is set to earliest, how do we not reprocess all messages ?
This is seems to be quite important. Any indication on how to deal with it ?