Abduh
Abduh
**Is your feature request related to a problem? Please describe.** Subscription does not have client cli yet, we need to add that. **Describe the solution you'd like** Add these 4...
**Is your feature request related to a problem? Please describe.** As a new notification service created in siren, we need more visibility on what is going on within siren. We...
**Is your feature request related to a problem? Please describe.** Based on this [PRD](https://github.com/odpf/platform/discussions/15) and this [RFC](https://github.com/odpf/platform/blob/main/rfcs/OIP-003-siren-as-notification-service.md). We plan to move responsibility of sending notification to siren from provider. There...
## Problem Siren as a Notification Service requires idempotency for its Notification Sources to avoid duplicated notification that would lead to alert/notification fatigue for its users. With an assumption that...
**Is your feature request related to a problem? Please describe.** Siren notification handler could fetch a batch size messages from the queue. It processes and send the message one by...
**Is your feature request related to a problem? Please describe.** The on-demand notification API in Siren is currently does not have a strict contract. One needs to add payload with...
**Is your feature request related to a problem? Please describe.** To make it easy for local development of Siren for contributors and developers, we should support Prometheus provider. **Describe the...
**Summary** Siren has its own [template](https://github.com/odpf/charts/tree/main/stable/siren/templates). We can reuse `app/templates` and remove templates in siren. **Proposed solution** Reusing `app/templates` for siren will make sure that every updates in `app/templates` can...