Member since
06-19-2023
9
Posts
1
Kudos Received
0
Solutions
04-04-2025
04:50 AM
So the use case that I want to implement is some requests will be landing on my NIFI in XML format and then I want to control its rate and then pick the necessary inputs from the XML and then differentiate based on a report number and use rate limit on the the defined report numbers and then further a rate limit on a article number which I pick from the XML and then I call an API and send the response back the initial response now the issue is I am using control rate processor to hold the requests to 5 per second but with hold flowfile config as I cannot fail the request directly but also I want to fail the queueing requests after 5 second and with a specific status code and also I want to log on which of the three control rate failed the request. Any help how this flow can be created? And also monitor how many requests landed in the server per sec how many succeeded and how many failed per second.
... View more
Labels:
- Labels:
-
Apache NiFi
11-09-2023
01:12 AM
I have created a three node NIFI cluster and the embedded zookeeper is set up and all the three nodes are communicating with each other through heartbeats but when I try to access the NIFI UI I am getting the below error: Unauthorized error="invalid_token", error_description="An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found", error_uri="https://tools.ietf.org/html/rfc6750#section-3.1" How do I fix this issue?
... View more
Labels:
- Labels:
-
Apache NiFi
06-27-2023
12:59 AM
I want to execute export command to take the PSQL dump of the database and transfer it using NIFI and the execute the import command at the destination db. can anyone provide a flow to do so ?
... View more
Labels:
- Labels:
-
Apache NiFi
06-19-2023
02:53 AM
Embedded zookeeper is failing to start while setting up a three node cluster for NIFI. The error message indicates that there is an issue with starting the embedded Zookeeper server while starting NiFi on your three-node cluster. The specific error causing the problem is "Address already in use," which suggests that the port required by Zookeeper is already occupied by another process. How can I solve this issue?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Zookeeper