[
https://issues.apache.org/jira/browse/NIFI-15217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038133#comment-18038133
]
Daniel Stieglitz edited comment on NIFI-15217 at 11/13/25 7:30 PM:
-------------------------------------------------------------------
[~exceptionfactory] I am making changes to PublishMQTT in this ticket but I
just noticed that there are the properties PROP_CONN_TIMEOUT and
PROP_KEEP_ALIVE_INTERVAL in the parent class AbstractMQTTProcessor whose name
values are
{code:java}
"Connection Timeout (seconds)"
"Keep Alive Interval (seconds)"
{code}
Would it be okay as part of this ticket to remove the "(seconds)" part from the
names as I believe the description mentions this value is in seconds and if its
not clear enough then perhaps the descriptions should be updated as well.
was (Author: JIRAUSER294662):
[~exceptionfactory] I am making changes to PublishMQTT in this ticket but I
just noticed that there is the property PROP_CONN_TIMEOUT in the parent class
AbstractMQTTProcessor whose name value is
{code:java}
"Connection Timeout (seconds)"{code}
Would it be okay as part of this ticket to remove the "(seconds)" part from the
name as I believe the description mentions this value is in seconds.
> Align property names that do not match the human-friendly display names in
> overlooked places
> --------------------------------------------------------------------------------------------
>
> Key: NIFI-15217
> URL: https://issues.apache.org/jira/browse/NIFI-15217
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Major
>
> Some places overlooked which either can have their display names removed and
> then name renamed are
> *
> nifi-commons/nifi-json-schema-shared/src/main/java/org/apache/nifi/schema/access/JsonSchemaRegistryComponent.java:26
> *
> nifi-extension-bundles/nifi-mqtt-bundle/nifi-mqtt-processors/src/main/java/org/apache/nifi/processors/mqtt/PublishMQTT.java:85
> *
> nifi-extension-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/src/main/java/org/apache/nifi/controller/ControllerStatusReportingTask.java:64:
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)