I just responded to this question on stackoverflow: https://stackoverflow.com/questions/42528993/how-to-specify-priority-attributes-for-seperate-flowfiles
Thanks, Bryan On Wed, Mar 1, 2017 at 5:19 AM, prabhu Mahendran <[email protected]> wrote: > I need to use PrioritizeAttributePrioritizer in NiFi. > > i have observed that prioritizers in below reference. > https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#settings > > if i receive 10 flowfiles then i need to set the priority value for every > flow file to be unique. > > After that specify queue configuration must be > PrioritizeAttributePrioritizer. > > Then processing flowfiles based on priority value. > > How can i set priority value for seperate flow files or which prioritizer in > Nifi to be work for my case?
