Skip to content

Move Feedback Ingestion to its own Topic / Consumer #66100

@JoshFerge

Description

@JoshFerge
### Tasks
- [x] Work with ops to create kafka topic `ingest-feedbacks`
- [x] modify sentry to have feedbacks on their own consumer. should be fairly easy since we just need to define the config here. (transactions did something very similar) https://github.com/getsentry/sentry/blob/fd777f2ad0bfc3de886c720ef6952ece2ec0074f/src/sentry/consumers/__init__.py#L259
- [x] Work with ops to deploy this new consumer, test it out
- [x] Cut over the topic on relay

Motivation: when errors pipeline has problems, we don't want to lose feedbacks. Additionally, we can add things like a dead letter queue, etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions