You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Oleg Zhurakousky (JIRA)" <ji...@apache.org> on 2015/11/23 22:31:11 UTC

[jira] [Commented] (NIFI-1192) Rework Get/PutKafka for dynamic properties and improve performance under certain conditions

    [ https://issues.apache.org/jira/browse/NIFI-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023111#comment-15023111 ] 

Oleg Zhurakousky commented on NIFI-1192:
----------------------------------------

Also, i forgot to mention one of the positive side-effects of this patch is that now if for some reason the connection to Zookeeper or Kafka in general is lost for whatever reason while processor is running it will be re-established automatically once its possible since it is no longer done in @OnSchedule. Basically if anyone cares to take it through paces simply start GetKaflka with some messages in Topic, then CTRL+C the Zookeeper, then start it again and GetKafka is back in business. Assuming this is the behavior we would like.

> Rework Get/PutKafka for dynamic properties and improve performance under certain conditions
> -------------------------------------------------------------------------------------------
>
>                 Key: NIFI-1192
>                 URL: https://issues.apache.org/jira/browse/NIFI-1192
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 0.3.0
>            Reporter: Oleg Zhurakousky
>            Assignee: Oleg Zhurakousky
>            Priority: Critical
>             Fix For: 0.4.0
>
>
> Currently Kafka does not honor dynamic properties which means aside from 8 properties exposed none others could be set



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)