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
Hi There,
We need to add ssl configuration to the kafka properties file below are the properties that we are looking to add.
"ssl.truststore.location":"/opt/ssl/truststore.jks" "ssl.truststore.password":"cluster" "security.protocol":"SASL_SSL" "sasl.jaas.config":"org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka" password="XXXX!";"
But still we are not able to figure out as in how it can be added. Please advise.
Or, if possible can you please share docker compose so that we can find out the appropriate file which will have that.
The text was updated successfully, but these errors were encountered:
Please have a look at #45
Sorry, something went wrong.
No branches or pull requests
Hi There,
We need to add ssl configuration to the kafka properties file below are the properties that we are looking to add.
"ssl.truststore.location":"/opt/ssl/truststore.jks"
"ssl.truststore.password":"cluster"
"security.protocol":"SASL_SSL"
"sasl.jaas.config":"org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka" password="XXXX!";"
But still we are not able to figure out as in how it can be added. Please advise.
Or, if possible can you please share docker compose so that we can find out the appropriate file which will have that.
The text was updated successfully, but these errors were encountered: