[
https://issues.apache.org/jira/browse/NIFI-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407659#comment-15407659
]
ASF GitHub Bot commented on NIFI-2322:
--------------------------------------
Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/741#discussion_r73512333
--- Diff:
nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java
---
@@ -141,6 +166,10 @@
SHARED_DESCRIPTORS.add(CLIENT_ID);
SHARED_DESCRIPTORS.add(SECURITY_PROTOCOL);
SHARED_DESCRIPTORS.add(KERBEROS_PRINCIPLE);
+ SHARED_DESCRIPTORS.add(SSL_KEY_PASSWORD);
--- End diff --
@olegz I do agree that it would be nice to allow users to explicitly mark
dynamic properties as sensitive. However, even with that capability, providing
the option of using an SSLContextService is still preferable, I believe, as it
is typically much easier to configure, since you can configure the service once
and then use anywhere. I have attached a patch to NIFI-2423 that incorporates
the SSL Context Service. Can you please review & if good either merge into your
PR or give it a +1 on the JIRA? Then I should be able to merge in this PR.
> ConsumeKafka gets stuck (cannot be stopped)
> -------------------------------------------
>
> Key: NIFI-2322
> URL: https://issues.apache.org/jira/browse/NIFI-2322
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.0.0
> Reporter: Haimo Liu
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0, 0.8.0
>
> Attachments: Screen Shot 2016-07-19 at 2.14.32 PM.png, Screen Shot
> 2016-07-19 at 2.14.48 PM.png
>
>
> If kafka broker path is invalid or inaccurate, ConsumeKafka processor can get
> stuck (concurrent tasks cannot be stopped in a clustered mode). Please refer
> to the images in the attachment. It appears that a configurable timeout
> property would potentially solve the problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)