From a03ac1ba530c46d6c4a3ae12d2795008320d912b Mon Sep 17 00:00:00 2001 From: Dasar Date: Tue, 16 Apr 2024 19:44:13 +0530 Subject: Remove DMaaP dependency from AAI-Traversal - Replace DMaaP configuration with Kafka - Update aai-common version in pom.xml Issue-ID: AAI-3820 Change-Id: I112648d115c725da120e596252c12a5fe3102434 Signed-off-by: Dasar --- aai-traversal/src/main/resources/application.properties | 1 - aai-traversal/src/test/resources/application-test.properties | 2 -- 2 files changed, 3 deletions(-) (limited to 'aai-traversal') diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index 02e488b..68bdcff 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -72,7 +72,6 @@ schema.source.name=onap jms.bind.address=tcp://localhost:61646 # dmaap is deprecated and now replaced with kafka -# dmaap.ribbon.listOfServers=localhost:3904 spring.kafka.producer.bootstrap-servers=${BOOTSTRAP_SERVERS} spring.kafka.producer.properties.security.protocol=SASL_PLAINTEXT spring.kafka.producer.properties.sasl.mechanism=SCRAM-SHA-512 diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties index 79281a6..df656a0 100644 --- a/aai-traversal/src/test/resources/application-test.properties +++ b/aai-traversal/src/test/resources/application-test.properties @@ -49,8 +49,6 @@ server.ssl.enabled=false # JMS bind address host port jms.bind.address=tcp://localhost:61646 -# dmaap.ribbon.listOfServers=localhost:3904 - # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema schema.configuration.location=N/A -- cgit 1.2.3-korg ion> CCSDK Karaf featuresGrokmirror user
summaryrefslogtreecommitdiffstats