Skip to content

Commit

Permalink
Update persistence.conf
Browse files Browse the repository at this point in the history
fix the logic for plaintext configuration
  • Loading branch information
zencircle authored Oct 10, 2024
1 parent 3eedacc commit f4f0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/resources/persistence.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kafka {
hosts = ${?KAFKA_CLUSTER_HOSTS}
idle-timeout = 5
idle-timeout = ${?KAFKA_IDLE_TIMEOUT}
security.protocol="SASL_SSL"
security.protocol=""
security.protocol=${?KAFKA_SECURITY}
// ssl.truststore.location = ""
// ssl.truststore.location = ${?TRUSTSTORE_PATH}
Expand Down

0 comments on commit f4f0c6a

Please sign in to comment.