GitHub user turcsanyip opened a pull request: https://github.com/apache/flume/pull/231
FLUME-3278 Handling -D keystore parameters in Kafka components 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 using the same method for the truststore (in order to handle keystore/truststore in the same way). You can merge this pull request into a Git repository by running: $ git pull https://github.com/turcsanyip/flume FLUME-3278 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/231.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #231 ---- commit b92414fb57874c514fb140660ff33602c29c6d96 Author: turcsanyi <turcsanyi@...> Date: 2018-10-29T07:33:52Z FLUME-3278 Handling -D keystore parameters in Kafka components 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 using the same method for the truststore (in order to handle keystore/truststore in the same way). ---- ---