Wire pubsub through iroh-gossip
This commit is contained in:
parent
59c463eb40
commit
eec4c92145
8 changed files with 291 additions and 38 deletions
|
|
@ -12,8 +12,12 @@ status, and ephemeral notifications.
|
|||
|
||||
Pubsub is not authoritative storage. Important facts must live in durable
|
||||
resources such as kv, document, db, CAS manifests, or future auth logs.
|
||||
The prototype uses the geth control ALPN as an authorization preflight before a
|
||||
daemon joins or broadcasts on a deterministic native `iroh-gossip` topic.
|
||||
|
||||
## Consequences
|
||||
|
||||
The modules can support ad hoc workflow and presence without confusing gossip
|
||||
with durable state.
|
||||
Gossip delivery is best-effort. Consumers must tolerate missed, duplicated, and
|
||||
out-of-order notifications and use durable resources for reconciliation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue