Feature Request
Problem Statement
Third-party consumers and partners need reliable event delivery; current ad-hoc webhooks are best-effort without retries or signing.
Proposed Solution
Build a Webhooks & Reliable Event Delivery module with retry/backoff, dead-letter queue, HMAC signing, and subscription management.
Alternatives Considered
Relying on external brokers increases operational overhead for the project and reduces control over retries and security.
Additional Context
Provide metrics and DLQ visibility so Grant reviewers can evaluate reliability and security posture.
Implementation Ideas (Optional)
- Delivery worker with configurable concurrency and exponential backoff
- Subscriber management API and signing keys per-subscriber
Would you be willing to contribute?
Feature Request
Problem Statement
Third-party consumers and partners need reliable event delivery; current ad-hoc webhooks are best-effort without retries or signing.
Proposed Solution
Build a Webhooks & Reliable Event Delivery module with retry/backoff, dead-letter queue, HMAC signing, and subscription management.
Alternatives Considered
Relying on external brokers increases operational overhead for the project and reduces control over retries and security.
Additional Context
Provide metrics and DLQ visibility so Grant reviewers can evaluate reliability and security posture.
Implementation Ideas (Optional)
Would you be willing to contribute?