Commit 14c39551 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update ProducerService.properties

parent 62cdd981
spring.application.name=ProducerService
server.port=8088
spring.kafka.bootstrap-servers=172.29.5.41:9092
spring.kafka.bootstrap-servers=kafka.default.svc.cluster.local:9092
spring.kafka.properties.security.protocol=SASL_PLAINTEXT
spring.kafka.properties.sasl.mechanism=PLAIN
spring.kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="user1" password="r48ZrwWBmu";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment