Dustin Rodrigues created MINIFICPP-315:
------------------------------------------
Summary: Allow Properties to support plain 'b' suffix
Key: MINIFICPP-315
URL: https://issues.apache.org/jira/browse/MINIFICPP-315
Project: NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Dustin Rodrigues
Priority: Minor
Currently, if a property is 'x kb', the value is multiplied by 1024 but if it's
'x k', it's multiplied by 1000. However, values are of the form 'x b' or 'x B',
the value doesn't get parsed at all. Instead, 'x' should be returned.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)