Skip to content

Commit

Permalink
added auto create topic for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjie8 committed Oct 11, 2023
1 parent a04b7a2 commit 40a7415
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 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 @@ -9,23 +9,24 @@ spring:
ssl:
# Disable hostname verification to avoid error for 'localhost' by setting to empty string
endpoint.identification.algorithm:
auto.create.topics.enable: true
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 40a7415

Please sign in to comment.