Skip to content

SSL keystore/truststore configuration #203

Discussion options

You must be logged in to vote

I agree, I don't see the bottom 4 config values in either SslSecurityFactory or SecurityFactory. The first, security.protocol is covered by using the SslSecurityFactory via the securityProtocol property.

So, even though the properties you want aren't explicitly defined on a security factory, you should still be able to set those values by using the bundle constructor that takes two parameters, where the second is: Map<String, Object> configOverrides.

The configOverrides values get merged in with all the other config values that are generated from the various config factories, so the ultimately configured/built kafka client will receive those key/value combinations.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kishore-pothireddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants