Commit 275eb8a3 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update CompanySVC.properties

parent 3c27a303
......@@ -8,4 +8,8 @@ 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.bootstrap-servers=192.168.159.129: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