Flux-network re-design - #135
Open
Bronek wants to merge 1 commit into
Open
Conversation
…stream network
Record the design for flux-network before the implementation stack lands:
- CONTEXT.md: the workspace glossary (Tile, Spine, Signal, Waker; Stream, Group,
Tenant, Raw group, Owned/External mode, Endpoint, Peer, Deadline, Draining,
Lingering, Refused).
- ADR 0001: poll ownership is a construction-time mode of the stream network, and
protocol layers are tenants the network schedules — one driver owns deadline
folding, routing by group, maintenance order and ticking; tenants expose their
events by pull; hooks stay private behind an opaque TenantRef carrier.
- ADR 0002: transports are the closed set Endpoint { Tcp, Unix }.
- ADR 0003: Unix-domain socket files are probed (lstat, then connect) before a
stale one is replaced, and removed on close.
- docs/extension-points.md: eventual (streamed responses) and speculative (TLS,
Unix socket file mode, QUIC) directions the design keeps open without deciding.
All three ADRs are accepted.
Assisted-by: Claude Code:claude-fable-5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes documents:
Assisted-by: Claude Code:claude-fable-5