Created
October 2, 2019 05:47
-
-
Save brunoborges/9f95419f0504fb2631c06a7356f8984c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring.cloud.stream.kafka.binder.brokers=pkc-41973.westus2.azure.confluent.cloud:9092 | |
spring.cloud.stream.bindings.output.destination=seroter-topic | |
spring.cloud.stream.kafka.binder.configuration.sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="[KEY]" password="[SECRET]"; | |
spring.cloud.stream.kafka.binder.configuration.sasl.mechanism=PLAIN | |
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment