Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DLQ topics #239

Merged
merged 1 commit into from Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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

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"