diff options
author | Dasar <avinash.ganesh.dasar@accenture.com> | 2024-04-16 19:44:13 +0530 |
---|---|---|
committer | Dasar <avinash.ganesh.dasar@accenture.com> | 2024-04-16 20:27:35 +0530 |
commit | a03ac1ba530c46d6c4a3ae12d2795008320d912b (patch) | |
tree | c0f3bb5dff777ba956578daeb47fa9f6ea391af2 /aai-traversal/src/main/resources/application.properties | |
parent | 8e3c53cb325985b9ef70054c95b81f4a4c251c84 (diff) |
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 <avinash.ganesh.dasar@accenture.com>
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 1 |
1 files changed, 0 insertions, 1 deletions
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 |