-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add SSL bundle support to Apache Kafka auto-configuration #37629
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
Comments
It's intentional that Spring Boot Kafka integration does not support SSL bundles as we believed that it was not possible to configure Kafka with an Kafka provides a plug point for its SSL configuration with its I've prototyped something that seems to show that this approach may be worth some further investigation. The |
We like the prototype and think we can add support using it. |
Hi, I have arrived here from a google search and it seems to be the only official information on the subject. |
@ozozgun You can read about SSL bundles at https://docs.spring.io/spring-boot/reference/features/ssl.html. Once you've got the concept you can use one of the If you have any issues, please ask questions on stackoverflow.com as we prefer to keep this issue tracker for bugs and enhancements. |
While investigating the Spring Boot Kafka support (for the upcoming release of Spring Boot 3 Recipes) I noticed that the Kafka autoconfiguration also has the possibility to set various SSL settings. I would expect that this would also use the new SSL Bundle support in Spring Boot, this is however not the case.
It would be great if we could use SSL Bundles for Kafka as well.
The text was updated successfully, but these errors were encountered: