-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Issue with null values for Kafka when using SslBundles #44726
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
Hey, why is it an issue that some values are |
Hey @mhalbritter , Thank you for looking into this. I am going to use a "me" scenario here. The purpose is not to make it a "me" situation, but to provide an example.
Agree, but in my case, it is backed by a keystore, with a real location. In this case, since it is backed by a keystore, can the location be populated accordingly, and not be null? |
No, that's not possible. The
|
Hello team,
Just wanted to reach out with a small issue observed using SslBundle (in favor of the "old" way)
BEFORE:
Before (the very cool by he way) SslBundle, I would use this with my Kafka configuration:
And I would see a "correct" kafka output:
Note we can clearly see:
AFTER
Now using the SslBundle:
I omit the application properties configuration for the keystore ans trustore, because it is just the same.
However, the result is:
Please note:
To avoid misunderstanding, both solutions are working. I tried adding a bad certificate, but I would get the SSL error. Both approaches are working; I am able to consume the messages.
Issue:
It seems with the new SslBundle construct, values are null, while not.
Thank you for your time reading me.
Wishing you a good day!
The text was updated successfully, but these errors were encountered: