Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

MiNiFi RPG HTTP Proxy property is not automatically generated?

avatar
Explorer

Hi all,

I try a simple MiNiFi case to get file and then transmit the file to RPG.

10049-minifi-flow.jpg

The RPG is configurated with HTTP Proxy Server properties.

10050-rpg-config.jpg

But when I transform template xml into MiNiFi config YAML by minifi-toolkit.

10062-template.jpg

The HTTP Proxy Server properties is not automatically generated in the Remote Process Groups section of YAML.

10061-yml.jpg

The attached minifi.zip is the template & config.yml

minifi.zip

Thanks for your help.

1 ACCEPTED SOLUTION

avatar
Master Guru

Looks like this was answered on the apache mailing lists...

@brosander created a MiNiFi JIRA:

https://issues.apache.org/jira/browse/MINIFI-153

View solution in original post

4 REPLIES 4

avatar
Master Guru

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/

avatar
Explorer

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.

avatar
Master Guru

Looks like this was answered on the apache mailing lists...

@brosander created a MiNiFi JIRA:

https://issues.apache.org/jira/browse/MINIFI-153

avatar
Explorer

@Bryan Bende @brosander

Thanks a lot.