Prototype correlated lifecycle events for streaming sessions
Open
@borao is already working on this.
Since Jul 15, 2026.
roadmap
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Description
Prototype stage events across streaming session connection and disconnection paths so operators can reconstruct a session lifecycle and identify the component or stage where setup or teardown failed.
Definition of Done
- Each participating connection and disconnection stage emits a lifecycle event.
- Events include a shared session or request identifier, stage, outcome, and timestamp.
- Events from one session can be correlated and ordered across participating components.
- Failed or timed-out stages retain enough context to identify where the session stopped progressing.
- The event schema and destination are documented before the prototype is promoted to a supported interface.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.