Details
Description
Currently if you try to load a keystore with a blank password camel overrides the blank to be null. You can work around this by forcing the blank into the kafka config by setting it via "additionalProperties.ssl.keystore.password".
Relevant Code:
Solution is probably just to use addPropertyIfNotNull instead of addPropertyIfNotEmpty for this property.
Attachments
Issue Links
- links to