Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Default value of Age Of duration in nifi

avatar

Hey Guys,

I have a detect duplicate processor in my nifi flow. Currently i have left the age of duration blank. So is there a default age of duration value if no value is entered ?. @Shu @Matt Burgess

Thanks

Krishna

1 REPLY 1

avatar
Super Collaborator

@Krishna Sreenivas

there is no default value. Empty value (null) means - that first-time records (which aren't detected as dups yet) will stay in a cache forever (if you have cache service with persistence directory defined, otherwise - till restart).

If you define, for example, 1 min, that means, that during 1 min, all dups will be detected, but after that time, another record won't be detected as a dup, as it will be aged off (and removed) from cache.