[
https://issues.apache.org/jira/browse/NIFI-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410968#comment-15410968
]
ASF GitHub Bot commented on NIFI-2508:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/804
NIFI-2508 fixed compilation errors in AbstractKafkaProcessor
NOTE: This is for 0.x only
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-2508
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/804.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 #804
----
commit 16f5faf7e7cafafef8bed875d97884ea33d4e678
Author: Oleg Zhurakousky <[email protected]>
Date: 2016-08-07T15:45:20Z
NIFI-2508 fixed compilation errors in AbstractKafkaProcessor
----
> Revert to using getKeyStorePassword() for key-password in
> AbstractKafkaProcessor
> --------------------------------------------------------------------------------
>
> Key: NIFI-2508
> URL: https://issues.apache.org/jira/browse/NIFI-2508
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Priority: Blocker
> Fix For: 0.8.0
>
>
> Current NIFI build for 0.x is broken due to the SSL changes in Kafka
> processors where it is using an _getKeyPassword()_ operation only available
> in 1.0. We need to fall back on _getKeyStorePassword()_.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)