Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

MiNiFi RPG Input Port batch settings not supported?

avatar
Frequent Visitor

Hi,

When I setup a MiNiFi flow with a RPG I can set the various batch settings for the input ports (count, duration & size) and see them in the exported xml:

<inputPorts>
<batchSettings>
<count>5</count>
<duration>15s</duration>
<size>1 MB</size>
</batchSettings>

 

However, when I use the toolkit to convert it to yml these properties no longer appear.

Are these settings supported on MiNiFi and, if not, is there any plan to support them?

 

Thanks for your help.

 

1 ACCEPTED SOLUTION

avatar
Master Mentor

@richG 

 

Your observations are correct.  The conversion script code does convert those properties.
https://github.com/apache/nifi/blob/main/minifi/minifi-toolkit/minifi-toolkit-configuration/src/main...

I generated the following Apache NiFi jira:
https://issues.apache.org/jira/browse/NIFI-9772

If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post.

Thank you,

Matt

 

View solution in original post

1 REPLY 1

avatar
Master Mentor

@richG 

 

Your observations are correct.  The conversion script code does convert those properties.
https://github.com/apache/nifi/blob/main/minifi/minifi-toolkit/minifi-toolkit-configuration/src/main...

I generated the following Apache NiFi jira:
https://issues.apache.org/jira/browse/NIFI-9772

If you found this response assisted with your query, please take a moment to login and click on "Accept as Solution" below this post.

Thank you,

Matt