Re: Clarification regarding NiFi registry

2019-12-10 Thread Bryan Bende
It is stored in flow.xml.gz On Tue, Dec 10, 2019 at 10:00 AM sanjeet rath wrote: > > Hi Bryan, > > I am facing the issue in 1.8 version > Currently I am dubugging the nifi code to figuring it out. > In the mean time could u please tell me when we add the registry name and URL > in Nifi settings

Re: Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Hi Bryan, I am facing the issue in 1.8 version Currently I am dubugging the nifi code to figuring it out. In the mean time could u please tell me when we add the registry name and URL in Nifi settings UI, actually in which location localy this value stored.means the persistant storage in local

Re: Clarification regarding NiFi registry

2019-12-10 Thread Bryan Bende
One other use has reported this, but I have been unable to reproduce it: https://issues.apache.org/jira/browse/NIFI-6767 Can you come up with steps that someone could take to reproduce the problem? Starting with step 1 - download version xyz of Nifi On Tue, Dec 10, 2019 at 9:30 AM sanjeet rath

Re: Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Thanks Andy for this quick response. Actually i am going in details because while restarting nifi i am getting incorrect info in nifi settings -- >registry location -- >location as https:// null or sometimes https:// host -1 is there any suggestions for this issue. thanks , sanjeet On Tue, 10

Re: Clarification regarding NiFi registry

2019-12-10 Thread Andy LoPresto
The NiFi Registry documentation [1] explains the interaction between the two services in more detail, but the basic process is that a Registry Client is configured in NiFi which contains the information necessary for NiFi to connect to the registry. Assets (currently flow definitions or

Clarification regarding NiFi registry

2019-12-10 Thread sanjeet rath
Hi , I just have confusion but no where i am finding a proper documentation regarding how nifi nodes intigrates with nifi registry. means internally how it works.as per the code , the node calls API to get the registry details and storing the entiry in RegistryDTO object. So my question is , Is