From b2366edeec68f4a1ac6692e50368dc0dfb0a71ab Mon Sep 17 00:00:00 2001 From: Andrew Liu <159852527+aliu3ntry@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:20:28 -0800 Subject: [PATCH] Create ingest-feedbacks.yaml https://getsentry.atlassian.net/browse/OPS-5317 https://github.com/getsentry/sentry/issues/66100 Pipeline/cluster = replays, since replay team owns user feedback. We expect the volume to be too low to justify its own cluster. --- topics/ingest-feedbacks.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 topics/ingest-feedbacks.yaml diff --git a/topics/ingest-feedbacks.yaml b/topics/ingest-feedbacks.yaml new file mode 100644 index 00000000..1ed8ea88 --- /dev/null +++ b/topics/ingest-feedbacks.yaml @@ -0,0 +1,17 @@ +topic: ingest-feedbacks +pipeline: replays +description: User feedback widget events and attachments +services: + producers: + - getsentry/sentry + consumers: + - getsentry/sentry +schemas: + - version: 1 + compatibility_mode: none + type: json + resource: events.v1.schema.json + examples: + - events/1/ +topic_creation_config: + message.timestamp.type: LogAppendTime