Skip to content

Commit

Permalink
Add DLQ topics (#239)
Browse files Browse the repository at this point in the history
Add ingest-attachments-dlq and ingest-transactions-dlq
  • Loading branch information
lynnagara committed Mar 18, 2024
1 parent 00929df commit 8e95d5d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -6,7 +6,9 @@
/topics/ingest-feedback-events.yaml @getsentry/owners-snuba @getsentry/replay

# DLQs for ingest topics
/topics/ingest-events-dlq.yaml @getsentry/owners-snuba
/topics/ingest-events-dlq.yaml @getsentry/ops
/topics/ingest-transactions-dlq.yaml @getsentry/ops
/topics/ingest-attachments-dlq.yaml @getsentry/ops
/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
Expand Down
17 changes: 17 additions & 0 deletions topics/ingest-attachments-dlq.yaml
@@ -0,0 +1,17 @@
topic: ingest-attachments-dlq
pipeline: attachments
description: DLQ for ingest-attachments
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"
17 changes: 17 additions & 0 deletions topics/ingest-transactions-dlq.yaml
@@ -0,0 +1,17 @@
topic: ingest-transactions-dlq
pipeline: transactions
description: DLQ for ingest-transactions
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"

0 comments on commit 8e95d5d

Please sign in to comment.