|
@@ -349,6 +349,7 @@ KAFKA_CONSUMERS: Mapping[str, ConsumerDefinition] = {
|
|
|
"topic": Topic.BUFFERED_SEGMENTS,
|
|
|
"strategy_factory": "sentry.spans.consumers.detect_performance_issues.factory.DetectPerformanceIssuesStrategyFactory",
|
|
|
"click_options": multiprocessing_options(default_max_batch_size=100),
|
|
|
+ "dlq_topic": Topic.BUFFERED_SEGMENTS_DLQ,
|
|
|
},
|
|
|
**settings.SENTRY_KAFKA_CONSUMERS,
|
|
|
}
|