Subscribe to peer pubsub snapshots
This commit is contained in:
parent
bc0ba4d169
commit
df70b81a1d
8 changed files with 332 additions and 20 deletions
|
|
@ -155,8 +155,10 @@ Roadmap items should be actionable and checkable:
|
|||
and true CRDT sync are still roadmap work.
|
||||
- Pubsub supports local daemon-lifetime publish/subscribe snapshots through a
|
||||
bounded in-memory ring buffer. Remote publish over the protected Iroh control
|
||||
ALPN requires `pubsub.publish` on `resource:pubsub:<topic>`. Iroh-gossip
|
||||
replication, private topics, and remote subscribe are still roadmap work.
|
||||
ALPN requires `pubsub.publish` on `resource:pubsub:<topic>`. Remote subscribe
|
||||
over the same path requires `pubsub.subscribe` and returns the peer's current
|
||||
daemon-lifetime snapshot. Iroh-gossip replication and private topics are still
|
||||
roadmap work.
|
||||
- Pipe listen/connect supports a daemon-lifetime registry. Remote
|
||||
`geth pipe connect <name> --node <node-id>` uses the protected Iroh control
|
||||
ALPN and requires `pipe.connect` on `resource:pipe:<name>`. Iroh byte streams,
|
||||
|
|
|
|||
Loading…
Reference in a new issue