Commit 4b07a842 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update jobseekerms.properties

parent bcbedd23
......@@ -10,4 +10,9 @@ management.endpoint.health.show.details=always
management.tracing.enabled=true
management.zipkin.tracing.endpoint=http://zipkin.zipkin.svc.cluster.local:9411/api/v2/spans
management.tracing.sampling.probability=1.0
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";
spring.kafka.topic.producer-topic=Job_Application_Topic
spring.kafka.bootstrap-servers=kafka.default.svc.cluster.local:9092
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