docs(stovepipe): propose request history API - #634
Open
mnoah1 wants to merge 4 commits into
Open
Conversation
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
3 times, most recently
from
August 26, 2026 17:33
77acc2c to
c811781
Compare
mnoah1
marked this pull request as ready for review
August 26, 2026 17:35
mnoah1
requested review from
a team,
behinddwalls and
sbalabanov
as code owners
August 26, 2026 17:35
Summary: Intent: - Expose Stovepipe's retained request history through the same request-ID and URI selector coverage offered by SubmitQueue. - Keep current-state reads owned by operational entities instead of introducing a competing materialized projection. Changes: - Define the representative protobuf contract, public projection, ordering, completeness, authorization, and retention semantics. - Explain why Stovepipe reads append-only entries directly while SubmitQueue materializes gateway-owned request summaries. This PR builds on the request event-history RFC in the parent PR. --- <sub>Generated by the 🪄 [pr-create](https://sg.uberinternal.com/code.uber.internal/uber-code/devexp-agent-marketplace/-/blob/claude-code/plugins/dev/uber-dev/skills/pr-create/SKILL.md) skill in devexp-agent-marketplace</sub>
mnoah1
force-pushed
the
mnoah1/stovepipe-history-api
branch
from
August 26, 2026 17:36
c811781 to
3eec207
Compare
This was referenced Aug 26, 2026
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.
Summary
Intent:
Changes:
This PR builds on the request event-history RFC in the parent PR.