NIFI - QueryDatabaseTable processor. How to query rows which is modified?
问题 I am working on NIFI Data Flow where my usecase is fetch mysql table data and put into hdfs/local file system. I have built a data flow pipeline where i used querydatabaseTable processor ------ ConvertRecord --- putFile processor. My Table Schema ---> id,name,city,Created_date I am able to receive files in destination even when i am inserting new records in table But, but .... When i am updating exsiting rows then processor is not fetching those records looks like it has some limitation. My