All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.multinode-kafka-ssl.tempto-configuration.yaml Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
schema-registry:
  url: http://schema-registry:8081

databases:
  kafka:
    broker:
      host: kafka
      port: 9092
      security.protocol: "SSL"
      ssl.endpoint.identification.algorithm: "https"
      ssl.key.password: "confluent"
      ssl.keystore.location: "/docker/presto-product-tests/conf/tempto/secrets/kafka.client.keystore"
      ssl.keystore.password: "confluent"
      ssl.keystore.type: "JKS"
      ssl.truststore.location: "/docker/presto-product-tests/conf/tempto/secrets/kafka.client.truststore"
      ssl.truststore.password: "confluent"
      ssl.truststore.type: "JKS"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy