Skip to content

Commit

Permalink
Update application-dev.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Dec 16, 2024
1 parent ff5fa9c commit d47832e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ log.output.format=console
log.level=trace
log.kafka-log.enable=true

kafka.bootstrap-servers=localhost:9092
kafka.bootstrap-servers=localhost:29092
spring.sleuth.messaging.kafka.enabled=false
kafka.properties.security.protocol=SASL_PLAINTEXT
kafka.properties.sasl.mechanism=PLAIN
kafka.properties.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username=\"$ConnectionString\" password=\"Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;\";
kafka.properties.ssl.truststore.location=PLAINTEXT
kafka.properties.ssl.truststore.password=PLAINTEXT
kafka.properties.security.protocol=PLAINTEXT
kafka.properties.sasl.mechanism=PLAINTEXT
kafka.properties.sasl.jaas.config=PLAINTEXT
kafka.log.base-topic=MDS-SA-0004_FU_001_LOG
kafka.producer.client-id=springboot-gtw-validator
kafka.properties.ssl.truststore.location=
kafka.properties.ssl.truststore.password=
kafka.oauth.tenantId=
kafka.oauth.appId=
kafka.oauth.pfxPathName=
kafka.oauth.pwd=
###########################

ms.url.gtw-config=http://localhost:8018

0 comments on commit d47832e

Please sign in to comment.