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
Currently Kafka autoconfiguration supports loading certificates from a file, but does not support loading of a string based PEM certificates.
This possibility is supported in Spring Kafka using those properties:
It's always possible to redefine the KafkaProducer bean but it would be great to have it supported out of the box!
Thanks
The text was updated successfully, but these errors were encountered:
Fair request, @frezelth! Given the easy workaround and the team's schedule, I have set the priority to a 4 (lowest).
However, I think it's pretty straightforward to provide a pull request for this. Hence, I have set the "Ideal for Contribution" label on this issue.
Thus, if you're up for the task, we'd be looking forward to a pull request!
Sorry, something went wrong.
No branches or pull requests
Feature Description
Currently Kafka autoconfiguration supports loading certificates from a file, but does not support loading of a string based PEM certificates.
This possibility is supported in Spring Kafka using those properties:
It's always possible to redefine the KafkaProducer bean but it would be great to have it supported out of the box!
Thanks
The text was updated successfully, but these errors were encountered: