-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Remove buildConsumerProperties(SslBundles) from KafkaProperties #45722
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
The first thing to note here is that the methods on Spring Boot's
As you're using methods on |
@wilkinsona thank you! But to be honest buildConsumerProperties(sslBundles) should be deleted from KafkaProperties, am i right? |
Yes, I think you're right. We can use this issue to do that. |
Hi, I’d like to work on this issue. Let me know if it's okay to proceed. |
It's all yours, @Torres-09. Thanks! |
Closing in favor of #45727. Thanks for the PR, @Torres-09. |
Spring boot 3.5.0
I found that KafkaProperties.java lost this part:
And after this logged consumer config values will contain
ssl.engine.factory.class = null
and SSL Handshake exception.
In previous 3.4.x all work greate.
To understand the whole story I use buildConsumerProperties(sslBundles) method to create Kafkfa config.
Is it bug or feature?
The text was updated successfully, but these errors were encountered: