How to configure TLS certificates in Kafka Avro SerDes client #6689
-
|
Hi, I am trying to produce and consume Kafka messages using the In the 2.0 SerDes package But I haven't been able to find the equivalent of these properties in the 3.0 version of the package. Can someone please help me in finding these properties in the 3.0 package ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Looking at the code I think we have a regression here (in 3.x). I don't see any configuration options in the new SDK/Client layer that would allow configuration of the trust store. I'll investigate further and see what I can do about this. I will convert this to an issue, since I am already pretty convinced that we need some changes to the registry to support trust store configs. |
Beta Was this translation helpful? Give feedback.
New issue here: