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.