From 425ebb15f5177f99103198aedc158b5691763fd9 Mon Sep 17 00:00:00 2001 From: efiacor Date: Fri, 12 Aug 2022 13:14:17 +0100 Subject: [KAFKA] Allow kafka params to be passed as config Allow topic names to be passed Add new api endpoint to retrieve the kafka and topic info Signed-off-by: efiacor Issue-ID: DMAAP-1744 Change-Id: Id7bdcf54c6191a5953bc94092218595bf608a733 --- integration-tests/environments/integration-test.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'integration-tests/environments') diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index 3402113ed2..c2c50d1548 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -27,6 +27,12 @@ "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", "fqdn": ["10.0.11.1", "10.0.11.1"] }, + "Kafka": { + "bootstrap": "kafka-bootstrap-int:9092" + }, + "DistributionTopics": { + "notificationTopicName": "SDC-DISTR-NOTIF-TOPIC-INT" + }, "Nodes": { "CS": [ "sdc-cs" -- cgit 1.2.3-korg