[4/N] feat(submitqueue): activate request status materialization#343
Conversation
3b2b897 to
82341f1
Compare
6ec424a to
6da4c38
Compare
82341f1 to
e280a79
Compare
6da4c38 to
1fe902a
Compare
1fe902a to
bb30051
Compare
e280a79 to
a9c8a02
Compare
a9c8a02 to
01706b3
Compare
bb30051 to
1803e8e
Compare
01706b3 to
2deb9fe
Compare
1803e8e to
5014c91
Compare
|
🛑 Automatic stack rebase aborted — diff mismatch The rebase of Please rebase manually and verify the changes are correct. |
## Summary Add storage contracts, MySQL implementations, generated mocks, and integration coverage for request summaries, queue projections, and change URI mappings. ## Test Plan ✅ `make fmt && make build && make test && make e2e-test` ## Issues ## Stack 1. @ uber#340 1. uber#341 1. uber#342 1. uber#343 1. uber#344 1. uber#345 1. uber#346
5014c91 to
cba4d2e
Compare
|
🛑 Automatic stack rebase aborted — diff mismatch The rebase of Please rebase manually and verify the changes are correct. |
1 similar comment
|
🛑 Automatic stack rebase aborted — diff mismatch The rebase of Please rebase manually and verify the changes are correct. |
Route synchronous, queued, and DLQ request-log writes through the shared materializer so authoritative and queue projections converge with retained history. Preserve the original DLQ failure reason as the terminal request last error. Validation: make fmt && make build && make test && make e2e-test
2deb9fe to
c71e756
Compare
Summary
Route synchronous, queued, and DLQ request-log writes through the shared materializer so authoritative and queue projections converge with retained history.
Preserve the original DLQ failure reason as the terminal request last error.
Test Plan
✅
make fmt && make build && make test && make e2e-testIssues
Stack