greyp9 commented on a change in pull request #5420:
URL: https://github.com/apache/nifi/pull/5420#discussion_r718551880
##########
File path:
nifi-nar-bundles/nifi-standard-services/nifi-distributed-cache-services-bundle/nifi-distributed-cache-server/src/main/java/org/apache/nifi/distributed/cache/server/DistributedCacheServer.java
##########
@@ -68,6 +68,13 @@
.required(false)
.addValidator(StandardValidators.createDirectoryExistsValidator(true,
true))
.build();
+ public static final PropertyDescriptor MAX_READ_SIZE = new
PropertyDescriptor.Builder()
+ .name("Maximum Read Size")
Review comment:
Cool; now I understand the PR template instructions. TIL!
--
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]