## Goal Review and enable end-to-end Server-Sent Events (SSE) support for Rivet. ## Implementation * Review and merge [https://github.com/rivet-dev/actors/pull/5516](<https://github.com/rivet-dev/actors/pull/5516>) * Confirm HTTP request and response bodies stream end-to-end through Guard, the runner, Envoy, and Flume. * Validate SSE behavior, including long-lived responses, cancellation/disconnect cleanup, backpressure, and observability. * Add or confirm focused end-to-end coverage and update user-facing documentation where needed. ## Dependency Depends on rivet-dev/actors#5484 / [https://github.com/rivet-dev/actors/issues/5484](<https://github.com/rivet-dev/actors/issues/5484>) for Envoy protocol-version negotiation and compatibility. ## Acceptance criteria - [ ] PR [#5516](<https://github.com/rivet-dev/actors/issues/5516>) is reviewed and merge-ready. - [ ] SSE responses work end-to-end in Rivet. - [ ] Envoy protocol compatibility is handled before rollout. - [ ] Cancellation, disconnect, and backpressure behavior are covered. - [ ] Relevant tests and documentation are complete.
Goal
Review and enable end-to-end Server-Sent Events (SSE) support for Rivet.
Implementation
Dependency
Depends on #5484 / #5484 for Envoy protocol-version negotiation and compatibility.
Acceptance criteria