Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
/topics/ingest-generic-metrics-dlq.yaml @getsentry/owners-snuba
/topics/ingest-feedback-events-dlq.yaml @getsentry/owners-snuba @getsentry/replay

# BLQs for ingest topics
/topics/ingest-transactions-blq.yaml @getsentry/ops

# Topics consumed by Snuba
/topics/events.yaml @getsentry/owners-snuba
/topics/transactions.yaml @getsentry/owners-snuba
/topics/outcomes.yaml @getsentry/owners-snuba
/topics/outcomes-dlq.yaml @getsentry/owners-snuba
/topics/outcomes-billing.yaml @getsentry/owners-snuba @getsentry/revenue
/topics/outcomes-billing-dlq.yaml @getsentry/owners-snuba @getsentry/revenue
/topics/outcomes-billing-dlq.yaml @getsentry/owners-snuba @getsentry/revenue
/topics/snuba-metrics.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics.yaml @getsentry/owners-snuba
/topics/generic-events.yaml @getsentry/owners-snuba @getsentry/issues
Expand Down
17 changes: 17 additions & 0 deletions topics/ingest-transactions-blq.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pipeline: transactions
description: Backlog queue 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
retention.ms: "604800000" # 7 days
max.message.bytes: "10000000"
Loading