Add local in-memory pubsub
This commit is contained in:
parent
d072843cac
commit
6c85a341b8
13 changed files with 246 additions and 14 deletions
|
|
@ -105,8 +105,14 @@ enforcement, and replication are future work.
|
|||
state placeholder and local-only sync status. Automerge state, editing, and sync
|
||||
are future work.
|
||||
|
||||
`geth-pubsub`, `geth-pipe`, and `geth-ssh-proxy` currently define types,
|
||||
command shape, and roadmap stubs.
|
||||
`geth-pubsub` currently supports local publish/subscribe snapshots through the
|
||||
daemon control protocol. Messages live in a bounded in-memory ring buffer and
|
||||
are lost when the daemon stops. This is deliberate: pubsub is a lossy wakeup and
|
||||
presence channel, not authoritative storage. Iroh-gossip replication, private
|
||||
topics, and capability enforcement are future work.
|
||||
|
||||
`geth-pipe` and `geth-ssh-proxy` currently define types, command shape, and
|
||||
roadmap stubs.
|
||||
|
||||
`geth-ssh-identity` defines SSH trust namespaces plus certificate request,
|
||||
approval, certificate import, and revocation-list data models. The bootstrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue