Created on 12-03-2016 10:18 AM - edited 08-19-2019 01:49 AM
Hi all,
I try a simple MiNiFi case to get file and then transmit the file to RPG.
The RPG is configurated with HTTP Proxy Server properties.
But when I transform template xml into MiNiFi config YAML by minifi-toolkit.
The HTTP Proxy Server properties is not automatically generated in the Remote Process Groups section of YAML.
The attached minifi.zip is the template & config.yml
Thanks for your help.
Created 12-05-2016 06:07 PM
Looks like this was answered on the apache mailing lists...
@brosander created a MiNiFi JIRA:
Created 12-03-2016 02:27 PM
I suspect this is because Site-To-Site over HTTP with proxies was added in NiFi 1.0, and MiNiFi 0.0.1 was released before that, so the MiNiFi 0.0.1 toolkit doesn't know to look at these elements in the template when generating the YAML.
The next release of MiNiFi Java (0.1.0) is going through the release vote right now, it would be interesting to try your scenario with that to see if there is still a problem.
The artifacts for the release candidate are here if you would like to try it out:
https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi/0.1.0/
Created 12-05-2016 03:55 AM
Hi Bryan,
Thanks for your replay.
But I tried it with minifi-0.1.0-RC1 from GitHub last week.
I try it with rel/minifi-0.1.0 from GitHub today and there is still a problem.
Created 12-05-2016 06:07 PM
Looks like this was answered on the apache mailing lists...
@brosander created a MiNiFi JIRA:
Created 12-06-2016 12:38 AM
Thanks a lot.