| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
As a follow-up - you can wire this into stovepipe both here, and within our internal service.
Sorry, something went wrong.
## Summary **What**: - Define the shared event format every domain publishes for fire-and-forget lifecycle notifications, carrying origin, type, timing, a staleness marker, and open per-event detail. - Derive an event's identity from the transition it describes, so replaying a transition produces the same identity and duplicate deliveries collapse. **Why**: - Enable integrations to react to pipeline milestones without adding call sites that can stall or fail a merge. - Establish one schema and one identity rule before any producer ships, so a consumer spanning several domains needs only one reader. ## Test Plan - [x] Add unit tests. ## Revert Plan - Revert this PR. No topic is registered and no message of this shape exists on any queue. ## Issues - [CODEM-416](https://linear.app/uber/issue/CODEM-416/hooks-integration-downstream-notificaiton) ## Stack 1. @ uber#606 1. uber#607 1. uber#608
|
⚠️ Automatic stack rebase failed This PR could not be automatically rebased after its base PR was merged. The rebase hit conflicts that need manual resolution. To fix manually: git fetch origin
git checkout prath.shenoy/hook-wiring
git rebase --onto origin/main e08c06bf4aad707f895d58dffb99131c423ea644 prath.shenoy/hook-wiring
# resolve conflicts, then:
git push --force-with-leaseThen update this PR's base branch: gh pr edit 608 --base main |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
What:
Why:
Test Plan
Revert Plan
Issues
Stack