aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main/resources/application.properties
diff options
context:
space:
mode:
authorNandkishor Patke <nandkishor-laxman.patke@t-systems.com>2024-04-16 14:30:54 +0000
committerGerrit Code Review <gerrit@onap.org>2024-04-16 14:30:54 +0000
commit8e3c53cb325985b9ef70054c95b81f4a4c251c84 (patch)
tree05ce2e557c1dcf599835f97048411b6401f03a76 /aai-traversal/src/main/resources/application.properties
parent01079f2c5e6b500bb21e1d950da527072e5ce1c8 (diff)
parentc6abadb957b5d37f9206ce164eb5b99651655f5a (diff)
Merge "Remove DMaaP references from AAI-Traversal"
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-rw-r--r--aai-traversal/src/main/resources/application.properties10
1 files changed, 9 insertions, 1 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties
index e624e96..02e488b 100644
--- a/aai-traversal/src/main/resources/application.properties
+++ b/aai-traversal/src/main/resources/application.properties
@@ -71,7 +71,15 @@ schema.source.name=onap
# JMS bind address host port
jms.bind.address=tcp://localhost:61646
-dmaap.ribbon.listOfServers=localhost:3904
+# 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
+spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
+spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
+spring.kafka.producer.properties.sasl.jaas.config = ${JAAS_CONFIG}
+spring.kafka.producer.retries=3
# Schema related attributes for the oxm and edges
# Any additional schema related attributes should start with prefix schema