All,
On latest NIFI can we archive only specific FlowFiles based on an attribute?
I can put in a feature request if not.
For instance:
archive.max.retention.period=12 hours
archive.max.retention.attributes.period=5 days
archive.retention.attributes=${some.special.attribute.for.my.longer.retention}
Then everything is archived for 12 hours unless the flowFile is set with an
attribute that would be configured through
archive.max.retention.attributes.period
And have archive.max.usage.percentage=50% ( supersede everything else )
Thank you