From 29065eadcfd111c6fefecdbed38e3ef27bd068ea Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 24 Apr 2024 10:27:48 +0100 Subject: Fix topic configurations. - adjust kafka configurations - remove UEB references Issue-ID: POLICY-4955 Change-Id: Ie3ff62a0ba5531ae4c0d123f214a50bb7f721807 Signed-off-by: adheli.tavares --- .../src/main/feature/config/feature-legacy-config.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feature-legacy-config') diff --git a/feature-legacy-config/src/main/feature/config/feature-legacy-config.properties b/feature-legacy-config/src/main/feature/config/feature-legacy-config.properties index 47a4e229..9cb73c58 100644 --- a/feature-legacy-config/src/main/feature/config/feature-legacy-config.properties +++ b/feature-legacy-config/src/main/feature/config/feature-legacy-config.properties @@ -17,7 +17,7 @@ # limitations under the License. # ============LICENSE_END========================================================= -kafka.source.topics=pdpd-configuration +kafka.source.topics=${envd:PDPD_CONFIGURATION_TOPIC} kafka.source.topics.fetchTimeout=15000 kafka.source.topics.pdpd-configuration.servers=${envd:KAFKA_SERVERS} kafka.source.topics.pdpd-configuration.effectiveTopic=${envd:PDPD_CONFIGURATION_TOPIC} @@ -26,4 +26,4 @@ kafka.source.topics.pdpd-configuration.apiSecret=${envd:PDPD_CONFIGURATION_API_S kafka.source.topics.pdpd-configuration.consumerGroup=${envd:PDPD_CONFIGURATION_CONSUMER_GROUP} kafka.source.topics.pdpd-configuration.consumerInstance=${envd:PDPD_CONFIGURATION_CONSUMER_INSTANCE} kafka.source.topics.pdpd-configuration.managed=false -kafka.source.topics.pdpd-configuration.https=${envd:KAFKA_HTTPS:true} +kafka.source.topics.pdpd-configuration.https=${envd:KAFKA_HTTPS:false} -- cgit 1.2.3-korg