From dc46247d7288190e84eeb35d6ca086f22619252c Mon Sep 17 00:00:00 2001 From: kishansairam9 Date: Thu, 30 Nov 2023 01:01:09 +0530 Subject: [PATCH] fix: include bootstrap servers in entity change event consumer config --- .../src/main/resources/configs/common/application.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf b/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf index 91660a88..f17290ed 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher/src/main/resources/configs/common/application.conf @@ -37,6 +37,7 @@ enricher { topic.name = "entity-change-events" schema.registry.url = ${kafka.streams.config.schema.registry.url} consumer.name = "entity-change-events-consumer" + bootstrap.servers = ${kafka.streams.config.bootstrap.servers} } } attribute.service.config = {