You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/06/24 18:06:00 UTC

[jira] [Commented] (NIFI-8195) Migrate backpressure settings from nifi.properties to Process Group

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

ASF subversion and git services commented on NIFI-8195:
-------------------------------------------------------

Commit 5ebbe0028b9ff4d23f86d87e4942665db62e9bc0 in nifi's branch refs/heads/main from Mark Bean
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5ebbe00 ]

NIFI-8195: add default connection settings to process group configuration

NIFIDEVS-8195: fixed properties not properly inheriting from template/snippet values

Signed-off-by: Matthew Burgess <ma...@apache.org>

This closes #5094


> Migrate backpressure settings from nifi.properties to Process Group
> -------------------------------------------------------------------
>
>                 Key: NIFI-8195
>                 URL: https://issues.apache.org/jira/browse/NIFI-8195
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.12.1
>            Reporter: Mark Bean
>            Assignee: Mark Bean
>            Priority: Minor
>             Fix For: 1.14.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently, there are properties in the nifi.properties file that provide defaults for backpressure limits of newly created connections:
> nifi.queue.backpressure.count=
> nifi.queue.backpressure.size=
> It is a bit heavy-handed to set these at the application level. It would be more appropriate to be configurable at a Process Group level.
> Add configuration properties to the Process Group for these settings. To maintain backward compatibility, the properties may remain in nifi.properties. If provided in nifi.properties, these values would be provided as the default values for newly created Process Groups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)