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

docker.presto-product-tests.conf.environment.multinode-kafka-sasl-plaintext.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: "SASL_PLAINTEXT"
      sasl.mechanism: "PLAIN"
      sasl.jaas.config: "org.apache.kafka.common.security.plain.PlainLoginModule required username=\"admin\" password=\"admin-secret\";"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy