Joseph Percivall created NIFI-2455:
--------------------------------------
Summary: 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)