[ 
https://issues.apache.org/jira/browse/NIFI-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph Witt updated NIFI-426:
-----------------------------
    Fix Version/s: 0.2.0

> Entry of properties in nifi.properties should be as forgiving as possible
> -------------------------------------------------------------------------
>
>                 Key: NIFI-426
>                 URL: https://issues.apache.org/jira/browse/NIFI-426
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Tools and Build
>            Reporter: Joseph Witt
>            Priority: Minor
>             Fix For: 0.2.0
>
>
> We should always try to reduce the amount of things in the nifi.properties. 
> But we should also make the things in there as forgiving as possible on 
> entry.  This property for example:
> nifi.content.repository.archive.max.usage.percentage=5%
> It should be fine to have any of the following entries:
> nifi.content.repository.archive.max.usage.percentage=5
> nifi.content.repository.archive.max.usage.percentage=5% 
> nifi.content.repository.archive.max.usage.percentage=5   %
> But right now it only accepts 
> nifi.content.repository.archive.max.usage.percentage=5%
> The fact that 'percentage' is in the name should remove the need for '%' in 
> the value but even if percent is there because the user chooses to it should 
> allow spaces.



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

Reply via email to