From 8e2bce4a5b9846f262361c57a1b7bf771f36b252 Mon Sep 17 00:00:00 2001 From: tanner Date: Fri, 17 May 2024 12:45:24 +0900 Subject: [PATCH] feat: use new kafka cluster config format --- sentry/templates/_helper-sentry.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sentry/templates/_helper-sentry.tpl b/sentry/templates/_helper-sentry.tpl index 7b4310cda..beec57db3 100644 --- a/sentry/templates/_helper-sentry.tpl +++ b/sentry/templates/_helper-sentry.tpl @@ -204,7 +204,9 @@ sentry.conf.py: |- SENTRY_EVENTSTREAM = "sentry.eventstream.kafka.KafkaEventStream" SENTRY_EVENTSTREAM_OPTIONS = {"producer_configuration": DEFAULT_KAFKA_OPTIONS} - KAFKA_CLUSTERS["default"] = DEFAULT_KAFKA_OPTIONS + KAFKA_CLUSTERS["default"] = { + "common": DEFAULT_KAFKA_OPTIONS + } ############### # Rate Limits #