Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/terms/partials/log.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=== log
:term-name: log
:hover-text: An ordered, append-only, immutable sequence of records.
:category: Redpanda core

The log is Redpanda's core storage abstraction. Topics and partitions are implemented as logs. Logs are replicated across brokers within a Redpanda cluster for fault tolerance.

See also: topic, partition