aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorDasar <avinash.ganesh.dasar@accenture.com>2024-05-17 13:12:44 +0530
committerDasar <avinash.ganesh.dasar@accenture.com>2024-05-17 13:12:44 +0530
commit42b5490c1aa063faff613b395fe4e13e832d1059 (patch)
tree0f0ff15afe9b93ac0b112346532135bb8d883cab /src/main/resources/application.properties
parent9b632870268cbb897c8c7f5b8f44ed08d23c6e97 (diff)
Remove DMaaP references from GraphAdmin
- Replace DMaaP related configuration to Kafka - Upgrade AAI-Common version to 1.13.6 Issue-ID: AAI-3821 Change-Id: Ifed2bbcc8bb052d3b42dc1978be31b372e64582c Signed-off-by: Dasar <avinash.ganesh.dasar@accenture.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index ee7a478..2ca5dd0 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -34,7 +34,15 @@ server.ssl.key-store-type=JKS
# JMS bind address host port
jms.bind.address=tcp://localhost:61450
-dmaap.ribbon.listOfServers=localhost:3904
+
+# dmaap is deprecated and now replaced with kafka
+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