turcsanyip commented on a change in pull request #3936: NIFI-6910 - Add
ReportLineageToAtlas properties for connect timeout and read timeout
URL: https://github.com/apache/nifi/pull/3936#discussion_r358272469
##########
File path:
nifi-nar-bundles/nifi-atlas-bundle/nifi-atlas-reporting-task/src/main/java/org/apache/nifi/atlas/reporting/ReportLineageToAtlas.java
##########
@@ -120,6 +121,24 @@
.addValidator(StandardValidators.NON_BLANK_VALIDATOR)
.build();
+ public static final PropertyDescriptor ATLAS_CONNECT_TIMEOUT = new
PropertyDescriptor.Builder()
+ .name("atlas-connect-timeout")
+ .displayName("Atlas connection timeout")
Review comment:
In display names please use capitals (like in a title).
----------------------------------------------------------------
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