Matthew Clarke created NIFI-9772:
------------------------------------
Summary: MiNiFi-Toolkit config.sh script does not convert RPG
batch properties
Key: NIFI-9772
URL: https://issues.apache.org/jira/browse/NIFI-9772
Project: Apache NiFi
Issue Type: Bug
Components: MiNiFi
Affects Versions: 1.15.3
Reporter: Matthew Clarke
The MiNiFi-Toolkit config.sh script does not convert the configured Remote
Process Group (RPG) port batch settings when generating the config.yml file
RPGs allow you to "Manage Remote Ports" where users can set the following batch
properties:
<batchSettings>
<count>10</count>
<duration>10ms</duration>
<size></size>
</batchSettings>
These batch properties are included in the config.yml file generated for MiNiFi.
https://github.com/apache/nifi/blob/main/minifi/minifi-toolkit/minifi-toolkit-configuration/src/main/java/org/apache/nifi/minifi/toolkit/configuration/dto/RemotePortSchemaFunction.java
--
This message was sent by Atlassian Jira
(v8.20.1#820001)