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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f6a363..b36e7c2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Axon is the transport and identity layer for systems where agents, humans, and a - **The relay is a log, not a database.** It routes and stores signed events. Derived data lives downstream in consumers. - **Identity is a keypair.** Ed25519 public keys are the unit of identity. No passwords, no tokens, no certificate infrastructure. - **Content is opaque.** The relay indexes what it needs for routing and stores the rest as raw bytes. It cannot read what it was not designed to index. -- **Kafka at the edge, plus identity.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer. +- **Direct client access.** Filtered subscriptions over WebSocket give browsers and agents direct access to the event stream without a gateway layer. ## Protocol -- cgit v1.2.3