Member since
03-27-2019
6
Posts
0
Kudos Received
0
Solutions
04-11-2019
05:19 AM
No I want whenever the nifi flow is triggered there should be a uniqueid across all processors.
... View more
04-10-2019
05:11 PM
I have a requirement where I want to generate a unique id once the flow is triggered and this will be used as a sessionid of the flow So I have used GenerateFlowFile processor with ${UUID()} so I want to append this uuid to each flowfile so that I can use it in sitetosite provenance for monitoring. How can I store or share this in entire flow for each trigger? DistributedMapCache can be used here? I am not sure if this will be able to handle session wise and in concurrent request?
... View more
Labels:
- Labels:
-
Apache NiFi
04-09-2019
02:45 PM
I have a json flowfile with below content { "name":"abc" } I want the output should be { "name":"abc", "attributes":{ "id":"12233", "map":"Y" } } How to achieve the same?
... View more
Labels:
- Labels:
-
Apache NiFi
04-05-2019
07:19 AM
Hi, I want to do the same want to pass json in post parameters so How can I pass a nested json in dynamic properties?
... View more