After a bad deploy, analysts need to re-read last Tuesday's sensor topic. What Kafka attribute makes that possible within the configured window?
Select an answer to reveal the explanation.
Short Explanation
Kafka keeps a flight recorder tape for a while. As long as Tuesday is still inside the retention window, you can rewind and listen again.
Full Explanation
A defining Kafka attribute is a durable, append-only log with configurable retention. Messages remain available for replay until retention expires, unlike pure fire-and-forget queues that discard after acknowledgment. Civic teams use that durability to recover from bugs and rebuild derived datasets within the window.