Skip to content

Commit

Permalink
feat(feedback): add feedback-events DLQ (#238)
Browse files Browse the repository at this point in the history
* feat(feedback): add feedback-events DLQ

* style(lint): Auto commit lint changes

* add to CODEOWNERS

* add replay to codeowners

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
aliu3ntry and getsantry[bot] committed Mar 15, 2024
1 parent 7a738a5 commit 4eb22fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -9,6 +9,7 @@
/topics/ingest-events-dlq.yaml @getsentry/owners-snuba
/topics/ingest-metrics-dlq.yaml @getsentry/owners-snuba
/topics/ingest-generic-metrics-dlq.yaml @getsentry/owners-snuba
/topics/ingest-feedback-events-dlq.yaml @getsentry/owners-snuba @getsentry/replay

# Topics consumed by Snuba
/topics/events.yaml @getsentry/owners-snuba
Expand Down
17 changes: 17 additions & 0 deletions topics/ingest-feedback-events-dlq.yaml
@@ -0,0 +1,17 @@
topic: ingest-feedback-events-dlq
pipeline: user-feedback
description: DLQ for ingest-feedback-events
services:
producers:
- getsentry/sentry
consumers: []
schemas:
- version: 1
compatibility_mode: none
type: json
resource: any.json
examples:
- any/
topic_creation_config:
compression.type: lz4
log.retention.minutes: "10080" # 7 days

0 comments on commit 4eb22fe

Please sign in to comment.