Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.17.0
-
None
-
Novice
Description
This property was changed from being defaulted if null to being defaulted if null or empty in the 3.17 release. Currently the only way to disable server host name verification is to pass the Kafka consumer an empty string which is impossible after that change.
Relevant Docs: https://docs.confluent.io/platform/current/kafka/authentication_ssl.html#optional-settings
Solution is just to revert addPropertyIfNotEmpty to be addPropertyIfNotNull for this property.
Attachments
Issue Links
- links to