Member since
03-04-2020
5
Posts
0
Kudos Received
0
Solutions
07-12-2020
10:48 PM
@MattWho There is only single team uses all the flows. --We are using Nifi toolkit api with Nifi registry for deploying flows from one environment to another. Currently we are using CSs globally( CSs at the root PG level ) and those are accessible for all the flows. No we end up with a scenario how well CSs can be managed and mapped while deploying flow independently . Thanks, Anil
... View more
07-08-2020
05:44 AM
@MattWho
Hi,
I am looking for better suggestions,How CICD configured or performed for real time Nifi projects.
In my project we are having 3 different individual flows mostly uses same controller services.
What is the best way to have controller services Globally or local for each flow?
If controller services are configured globally ,what is the best way of mapping while deploying flow in another environment.
Pro and cons of having controller services globally / locally.
Thanks in advance.
... View more
- Tags:
- NiFi
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
03-11-2020
02:07 AM
Thank you it helped and worked.
... View more
03-06-2020
02:00 AM
I have created a sample controller service and mapped to a processor in source. Source: created a process group and execute sql processor and assigned created controller service to "Execute SQL" processor Mapped controller service Able to export Controller service as Json object with Nifi toolkit Class "PGGetControllerServices". Destination: Created a new instance with different port 8086 and manually exported and imported Process group by creating a template. Now my Destination instance looks similar to Source instance without any controller services. Destination without controller service Now I am able to Import/create controller service from external location by using "PGCreateControllerService". After importing to destination Now i am looking how to map the controller service with Processor using Toolkit or any is there any other way to achieve. Thanks in Advance
... View more
03-04-2020
10:43 PM
I am able to Export and Import controller services from one instance to another.
Processors which are referencing to a controller service are not being mapped/selected.
Looking for better possible way.
Thanks in Advance
... View more
Labels:
- Labels:
-
Apache NiFi