mattyb149 commented on a change in pull request #3882: NIFI-6861 - Added
missing display name property for InfluxDB max connection timeout
URL: https://github.com/apache/nifi/pull/3882#discussion_r353341454
##########
File path:
nifi-nar-bundles/nifi-influxdb-bundle/nifi-influxdb-processors/src/main/java/org/apache/nifi/processors/influxdb/AbstractInfluxDBProcessor.java
##########
@@ -56,7 +56,8 @@
.build();
public static final PropertyDescriptor INFLUX_DB_CONNECTION_TIMEOUT = new
PropertyDescriptor.Builder()
- .name("InfluxDB Max Connection Time Out (seconds)")
+ .name("influxdb-max-connection-time-out")
Review comment:
Agreed, please keep the `name` the same but update `displayName`, that
should give you what you want without breaking existing processors.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services