[
https://issues.apache.org/jira/browse/NIFI-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403186#comment-15403186
]
ASF GitHub Bot commented on NIFI-2455:
--------------------------------------
GitHub user JPercivall opened a pull request:
https://github.com/apache/nifi/pull/765
NIFI-2455 Removing 'Queue Buffering Max Time' as a required property …
…of PutKafka
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JPercivall/nifi NIFI-2455
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/765.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 #765
----
commit d66d7ab05ef263807f0f841eb26a22c7965c87db
Author: jpercivall <[email protected]>
Date: 2016-08-02T00:38:28Z
NIFI-2455 Removing 'Queue Buffering Max Time' as a required property of
PutKafka
----
> Remove PutKafka "Queue Buffering Max Time" default
> --------------------------------------------------
>
> Key: NIFI-2455
> URL: https://issues.apache.org/jira/browse/NIFI-2455
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
>
> PutKafka has the property "Queue Buffering Max Time" which wraps the
> "linger.ms" Kafka property[1]. It already has a NULL check and Kafka already
> has an internal default value of 0[2].
> We should just remove "required" and the default value.
> [1]
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/processors/kafka/PutKafka.java#L493-L493
> [2] http://kafka.apache.org/082/documentation.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)