aboutsummaryrefslogtreecommitdiffstats
path: root/PROTOCOL.md
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-09 11:21:00 -0700
committerbndw <ben@bdw.to>2026-03-09 11:21:00 -0700
commit2c1ec8f9e964c2e89eee900299db667d9a58db25 (patch)
treebf0bd8ffecae7496162aa8c4e2b3b63492794d84 /PROTOCOL.md
parentc43156ec68dec9b55fbf0a5b1b5814882cf540d9 (diff)
remove kafka references; update go.mod dependencies
Diffstat (limited to 'PROTOCOL.md')
-rw-r--r--PROTOCOL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROTOCOL.md b/PROTOCOL.md
index 145c933..42bf081 100644
--- a/PROTOCOL.md
+++ b/PROTOCOL.md
@@ -6,7 +6,7 @@
6 6
7## Core Insight 7## Core Insight
8 8
9The relay is **Kafka at the edge, plus identity**. It is a log, not a database. It routes signed events between clients and stores them for replay. It is structurally incapable of understanding content it was not designed to index. 9The relay is an append-only log with cryptographic identity. It routes signed events between clients and stores them for replay. It is structurally incapable of understanding content it was not designed to index.
10 10
11--- 11---
12 12