Skip to content

Commit

Permalink
feat: Add dlq topics to topic registry (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Mar 1, 2024
1 parent d268510 commit 8504171
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -3,6 +3,11 @@
/topics/ingest-performance-metrics.yaml @getsentry/owners-ingest @getsentry/owners-snuba
/topics/ingest-replay-recordings.yaml @getsentry/owners-ingest @getsentry/owners-snuba @getsentry/replay

# DLQs for ingest topics
/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 consumed by Snuba
/topics/events.yaml @getsentry/owners-snuba
/topics/transactions.yaml @getsentry/owners-snuba
Expand Down Expand Up @@ -35,7 +40,7 @@
/topics/snuba-generic-metrics-counters-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-events-commit-log.yaml @getsentry/owners-snuba @getsentry/issues

# Topics produced to by Snuba
# Topics produced to by Snuba and Sentry
/topics/shared-resources-usage.yaml @getsentry/owners-snuba @getsentry/data

# Schemas
Expand Down
14 changes: 14 additions & 0 deletions topics/ingest-events-dlq.yaml
@@ -0,0 +1,14 @@
topic: ingest-events-dlq
pipeline: errors
description: DLQ for ingest-events
services:
producers:
- getsentry/sentry
consumers: []
schemas:
- version: 1
compatibility_mode: none
type: json
resource: any.json
examples:
- any/
14 changes: 14 additions & 0 deletions topics/ingest-generic-metrics-dlq.yaml
@@ -0,0 +1,14 @@
topic: ingest-generic-metrics-dlq
pipeline: release-health
description: DLQ for ingest-performance-metrics
services:
producers:
- getsentry/sentry
consumers: []
schemas:
- version: 1
compatibility_mode: none
type: json
resource: any.json
examples:
- any/
14 changes: 14 additions & 0 deletions topics/ingest-metrics-dlq.yaml
@@ -0,0 +1,14 @@
topic: ingest-metrics-dlq
pipeline: release-health
description: DLQ for ingest-metrics
services:
producers:
- getsentry/sentry
consumers: []
schemas:
- version: 1
compatibility_mode: none
type: json
resource: any.json
examples:
- any/

0 comments on commit 8504171

Please sign in to comment.