-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9.0
-
Component/s: None
-
Labels:None
FLUME-3269 introduced -D SSL system properties to configure the keystore/truststore parameters of Flume components.
It turned out that Kafka client does not handle -D keystore parameters directly so Flume has to pass them explicitly in Kafka properties (like ssl.keystore.location, etc).
Also use the same method for the truststore (in order to handle keystore/truststore in the same way).
- links to