Nifi: how to write Custom processor
问题 I want to write nifi processor which can read xml file from hdfs directory and then extracting it's data into flowfile attributes , also if there is case when two nifi processor can get this file and read data or write something into it how can i do file lock so that at a time only one processor can use it? Can you reccomend me any article, code examples or some related materials which can help me. i'haven't write any custom processor yet. 回答1: I'm not sure why you need to write a custom