- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
MiNiFi RPG Input Port batch settings not supported?
- Labels:
-
Apache MiNiFi
Created on 03-03-2022 05:50 AM - edited 03-03-2022 05:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created 03-07-2022 09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 03-07-2022 09:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
