Skip to content

fix(stream): preserve structured error codes across operations - #240

Merged
smiggleworth merged 1 commit into
mainfrom
fix/stream-error-codes-238
Sep 6, 2026
Merged

fix(stream): preserve structured error codes across operations#240
smiggleworth merged 1 commit into
mainfrom
fix/stream-error-codes-238

Conversation

@smiggleworth

Copy link
Copy Markdown
Contributor

Stale Stream APPEND and COMMIT failures previously omitted numeric domain codes. Encode non-READ errors as status 2 plus the code and message, preserving READ and success layouts. Apply the same envelope to ingress and subscription failures.

Related to #238. The issue remains open for coordinated publication and released-artifact qualification. Updated clients must precede the broker rollout; this PR does not publish packages or images.

Validation: Full Rust workspace: 2,192 passed, one existing ignored benchmark-artifact test. Formatting, strict Clippy, docs validation, and module-size policy pass. Includes 93 Stream transport and five wire-contract cases.

AI assistance: Codex assisted implementation, regression tests, migration documentation, and review of the wire/consumer contract. The change was reviewed against source and validated with the checks above.

@smiggleworth
smiggleworth merged commit 08304da into main Sep 6, 2026
1 of 2 checks passed
@smiggleworth
smiggleworth deleted the fix/stream-error-codes-238 branch September 6, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant