Skip to content

Commit

Permalink
ref(deletes): search-issues -> generic-events
Browse files Browse the repository at this point in the history
  • Loading branch information
MeredithAnya committed Nov 4, 2024
1 parent 1abd122 commit ae5fefc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit ae5fefc

Please sign in to comment.