79435782

Date: 2025-02-13 10:15:23
Score: 0.5
Natty:
Report link

Flink relies on its checkpointing and savepointing feature for resilience and recovery. It does not work with the Kafka offsets or consumer groups for resilience. The offset commits during checkpoints are only for observability purposes, as documented on https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/datastream/kafka/#consumer-offset-committing

If you don't recover from a checkpoint or savepoint, you will get undeterministic results with regards to data recovery.

Reasons:
  • Blacklisted phrase (1): regards
  • No code block (0.5):
  • High reputation (-1):
Posted by: Martijn Visser