Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
In some properties that specify a time period, like Max Connection Lifetime of DBCPProperties, the documentation claims that the property value is to be defined in a concrete time unit, like milliseconds.
However, those properties use the StandardValidators.TIME_PERIOD_VALIDATOR, or a derivative thereof, which supports to define the period in a plethora of time units.
The documentation should be changed accordingly, to clarify that the properties do not require an integer value of a static time unit but rather the declaration of a time period including a time unit.
Attachments
Attachments
Issue Links
- supercedes
-
NIFI-12893 Adjust documentation on time based properties in DBCPProperties
- Resolved
- links to
Commit 27fa595b25c848bc06579748c17be2b0bf6dcd2e in nifi's branch refs/heads/main from EndzeitBegins
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=27fa595b25 ]
NIFI-12901Removed time units in description of time period propertiesThis closes #8504
Signed-off-by: David Handermann <exceptionfactory@apache.org>