Skip to content

Commit

Permalink
added back ssl changes for kafka producer
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjie8 committed Oct 27, 2023
1 parent c71a0a8 commit e8c52d4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions svc-bie-kafka/src/main/resources/application-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ spring:
producer:
key-serializer: "org.apache.kafka.common.serialization.StringSerializer"
value-serializer: "org.apache.kafka.common.serialization.StringSerializer"
# security.protocol: SSL
# ssl:
# keystore-location: "file:${KEYSTORE_FILE}"
# keystore-password: "${BIE_KAFKA_KEYSTORE_PASSWORD}"
# key-store-type: "PKCS12"
# truststore-location: "file:${TRUSTSTORE_FILE}"
# truststore-password: "${BIE_KAFKA_TRUSTSTORE_PASSWORD}"
# trust-store-type: "PKCS12"
# admin:
# security.protocol: SSL
# ssl:
# keystore-location: "file:${KEYSTORE_FILE}"
# keystore-password: "${BIE_KAFKA_KEYSTORE_PASSWORD}"
# key-store-type: "PKCS12"
# truststore-location: "file:${TRUSTSTORE_FILE}"
# truststore-password: "${BIE_KAFKA_TRUSTSTORE_PASSWORD}"
# trust-store-type: "PKCS12"
security.protocol: SSL
ssl:
keystore-location: "file:${KEYSTORE_FILE}"
keystore-password: "${BIE_KAFKA_KEYSTORE_PASSWORD}"
key-store-type: "PKCS12"
truststore-location: "file:${TRUSTSTORE_FILE}"
truststore-password: "${BIE_KAFKA_TRUSTSTORE_PASSWORD}"
trust-store-type: "PKCS12"
admin:
security.protocol: SSL
ssl:
keystore-location: "file:${KEYSTORE_FILE}"
keystore-password: "${BIE_KAFKA_KEYSTORE_PASSWORD}"
key-store-type: "PKCS12"
truststore-location: "file:${TRUSTSTORE_FILE}"
truststore-password: "${BIE_KAFKA_TRUSTSTORE_PASSWORD}"
trust-store-type: "PKCS12"

0 comments on commit e8c52d4

Please sign in to comment.