Question
Why is checkpointing required for many fault-tolerant streaming queries?
Select an option. Your answer will be checked instantly.
Correct Answer: C. It stores progress and state needed to resume after failure
Explanation:
Checkpoint data records offsets, metadata, and state-store information.
A restarted query can continue consistently from the saved location.
Leave a Reply