Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
# Internal Snuba topics
/topics/snuba-queries.yaml @getsentry/owners-snuba
/topics/event-replacements.yaml @getsentry/owners-snuba
/topics/snuba-lw-deletions-search-issues.yaml @getsentry/owners-snuba
/topics/snuba-lw-deletions-generic-events.yaml @getsentry/owners-snuba

# Scheduled subscription topics
/topics/scheduled-subscriptions-events.yaml @getsentry/owners-snuba
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "lw_delete_search_issues",
"title": "lw_delete_generic_events",
"type": "object",
"properties": {
"storage_name": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Snuba Lightweight Deletes Search Issues
description: Snuba Lightweight Deletes Generic Events (search issues)
services:
consumers:
- getsentry/snuba
Expand All @@ -8,9 +8,9 @@ schemas:
- version: 1
compatibility_mode: none
type: json
resource: snuba-lw-deletions-search-issues.v1.schema.json
resource: snuba-lw-deletions-generic-events.v1.schema.json
examples:
- snuba-lw-deletions-search-issues/1/
- snuba-lw-deletions-generic-events/1/
topic_creation_config:
compression.type: lz4
max.message.bytes: "50000000"
Expand Down
Loading