Denes Arvay created NIFI-7929:
---------------------------------
Summary: connectionTimeout and readTimeout options are not exposed
in the CLI
Key: NIFI-7929
URL: https://issues.apache.org/jira/browse/NIFI-7929
Project: Apache NiFi
Issue Type: Bug
Reporter: Denes Arvay
Assignee: Denes Arvay
{{connectionTimeout}} and {{readTimeout}} options have been added to the CLI
[1] but haven't been exposed [2], so users can't set them.
Those need to be added to the {{AbstractCommand#createBaseOptions}} method to
be accessible for every command.
[1]
[https://github.com/apache/nifi/blob/main/nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/CommandOption.java#L27-L28]
[2]
[https://github.com/apache/nifi/blob/main/nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/command/AbstractCommand.java#L63]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)