Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- links to