We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
eventapis-#35 Enable Ssl/Sasl Options for Kafka/Zookeeper
ca11168
Sample Configs:
eventapis: eventBus: bootstrapServers: kafka-local1:9082,kafka-local2:9083,kafka-local3:9084 ssl: truststoreLocation: ./secure/ssl-opts/client.truststore.jks truststorePassword: qwe123 properties: security.protocol: SASL_SSL sasl.mechanism: SCRAM-SHA-256 sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka-java-clients" password="***"; zookeeperServers: localhost:2181,localhost:2182,localhost:2183 consumer: groupId: ${info.build.artifact
Sorry, something went wrong.
see #42 for remaining part
zeldal
No branches or pull requests
The text was updated successfully, but these errors were encountered: