You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Intent:
- Align the existing Stovepipe DLQ controllers with the repository-wide
convention used by the parent PR.
- Keep the public construction API consistent as additional DLQ stages
are added.
Changes:
- Rename the process and buildsignal constructors to the
NewDLQ<Stage>Controller pattern.
- Hide controller implementations behind consumer.Controller and derive
controller names from their topic keys.
- Update service wiring and test fixtures for the new constructors.
This PR is stacked on #618, which adds build-stage DLQ reconciliation
using the same convention.
## Test Plan
- Run the Stovepipe DLQ controller test target.
- Build the Stovepipe server target.
## Revert Plan
- Revert this PR to restore the prior Stovepipe DLQ constructor and
implementation type names.
## Issues
0 commit comments