Member since
09-14-2017
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
322 | 12-08-2021 07:29 AM |
12-08-2021
07:29 AM
I have not done that myself but CaptureChangeMySQL sounds like the processor to give you that info. This web page discusses how one person used that processor for tracking CDC changes from MySQL https://nikhil-suthar-bigdata.medium.com/cdc-with-apache-nifi-65020c748ff5
... View more
04-27-2018
01:45 PM
To learn why a process will not start, hover your cursor over the yellow triangle with exclamation mark and an error message will pop up to explain why it will not start. Then you will instantly know the problem.
... View more
12-05-2017
07:30 PM
1 Kudo
Yes, I have been hampered by the same issue with new controllers being created as you described. Promoting the flow.xml.gz between environments seems to have little real-world support in NiFi to make it easy to do. People say Expression Language (EL) is the answer, but then you look and many properties do not support Expression Language. If a single required property that varies between your environments does not support EL (and many passwords do not support it), then EL fails as a solution. Furthermore even if EL were implemented for every ui editable processor property, it is a major issue that the remote input/output ports embed your NiFi server names when they are created and can not be changed without being deleted and having a new port created in its place. So until major enhancements to NiFi are added to address these issues, promoting across environments will be a huge headache and it greatly weakens the enterprise readiness of NiFi. I consider this the largest issue hindering using NiFi in large systems with different environments. Please enlighten me if I have missed something. I truly am impressed with NiFi and it does many great things, but this is an unfortunate flaw.
... View more