From 2c1ec8f9e964c2e89eee900299db667d9a58db25 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 9 Mar 2026 11:21:00 -0700 Subject: remove kafka references; update go.mod dependencies --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PROTOCOL.md') diff --git a/PROTOCOL.md b/PROTOCOL.md index 145c933..42bf081 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -6,7 +6,7 @@ ## Core Insight -The 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. +The 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. --- -- cgit v1.2.3