Skip to content
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

Support PEM based certificates for SSL configuration in Kafka autoconfig #535

Open
frezelth opened this issue Oct 7, 2024 · 1 comment

Comments

@frezelth
Copy link

frezelth commented Oct 7, 2024

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

@smcvb
Copy link
Member

smcvb commented Oct 7, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants