- 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>
 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 
 
 # 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