-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Create a sample docker compose file with kafka sasl ssl or sasl_plaintext enabled, to understand the properties needed #7096
Comments
Hi.Yes i have checked it but it does not mention how to setup my docker-compose with this configuration.I was able to connect with my schema registry but it seems that i kanno connect with my kafka environment because my sasl definition in my docker compose is wrong.How can i reference my jaas config in my docker compose? |
Ah, I see! In the installation example directory there is an application-customizations.conf file. You should use it if you want to provide more advanced configuration that is not possible to achieve with only environment variables. Please try with something like this:
and let me know if it helped you. |
Ok Trying this configuration in my application yaml file i get the below error in designer logs when i select a topic form ui |
And i see authorization error on kafka. |
I recommend checking the configuration with some cli tool (e.g. Example
And
See Confluent documentation for more details. It is important to ensure that |
Describe the bug
Not able to fetch data from kafka with sasl_ssl enabled. Not clear documentation on this topic.
To Reproduce
Create a kafka cluster sasl ssl enabled and try to connect nussknacker
Environment (please fill in the following information):
-latest
The text was updated successfully, but these errors were encountered: