markap14 commented on code in PR #8176:
URL: https://github.com/apache/nifi/pull/8176#discussion_r1434518322
##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/InvokeHTTP.java:
##########
@@ -225,7 +225,7 @@ public class InvokeHTTP extends AbstractProcessor {
.build();
public static final PropertyDescriptor SOCKET_CONNECT_TIMEOUT = new
PropertyDescriptor.Builder()
- .name("Connection Timeout")
+ .name("Socket Connection Timeout")
Review Comment:
Why is this rename happening here? I think the original name of 'Connection
Timeout' is more concise but also equally clear. But if it were to be renamed,
it would to be done so in the migrateProperties method
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]