feat(I199): StreamFrame wire shape (spec 23) #2
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h-dv/ixt-public!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/i199-streaming-wire"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds the Cap'n Proto wire envelope for IXT streaming primitives —
ipc_streaming.capnp, a sibling toHandlePayload.StreamFramesix-variant union (Open / Data / Error / Close / Cancel / Credit)InteractionKind,CloseReason,CancelReason,StreamErrorCodeenums with pinned ordinalsOpen.contextcarried as opaqueDatato match the existingHandlePayload.contextpattern (spec 23 §10)Lockstep — paired with:
ixt-sdk-rust: feat/i199-streaming-mirror (SDK mirror types + Cap'n Proto converters)h-dv/ixt: feat/i199-part2-streaming (streaming module in ixt-core + MessageBus integration)Merge order: this PR first, then ixt-sdk-rust, then the superproject.
Test plan
capnpc(verified throughixt-core/build.rssymlink path)StreamFramevariant cover byixt-core::streaming::wiretestsixt-sdk-rust::stream_wire