Kafka: a Distributed Messaging System for Log Processing¶
Kreps, J., Narkhede, N., & Rao, J. (2011). Kafka: a Distributed Messaging System for Log Processing. Proceedings of the NetDB Workshop.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Reconsolidation
- And the standard remedies are the prime's protective moves made formal: a lock keeps the window exclusive (keep retrievals brief and out of contention); version vectors (optimistic concurrency, compare-and-swap on a version number) detect that the original drifted under the buffer and abort; an immutable snapshot — append-only event log instead of in-place update — abolishes reconsolidation entirely, since every change creates a new item and no original is ever overwritten.
This sourceDescribes the append-only log architecture in which every change creates a new immutable record, abolishing in-place overwrite — the engineered antidote to reconsolidation's destructive re-storage.
- And the standard remedies are the prime's protective moves made formal: a lock keeps the window exclusive (keep retrievals brief and out of contention); version vectors (optimistic concurrency, compare-and-swap on a version number) detect that the original drifted under the buffer and abort; an immutable snapshot — append-only event log instead of in-place update — abolishes reconsolidation entirely, since every change creates a new item and no original is ever overwritten.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:8992f7344c83 · see in the full table