adamdebreceni commented on a change in pull request #1042:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1042#discussion_r608449176



##########
File path: extensions/standard-processors/processors/TailFile.h
##########
@@ -71,7 +71,7 @@ enum class Mode {
   SINGLE, MULTIPLE, UNDEFINED
 };
 
-class TailFile : public core::Processor {
+class TailFile : public core::Processor, public 
core::InputRequirementAnnotation<core::EInputRequirement::INPUT_FORBIDDEN> {

Review comment:
       we could introduce an `annotation` namespace in `core` and provide type 
aliases for these, like `core::annotation::InputForbidden`, this might make it 
more compact




-- 
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:
us...@infra.apache.org


Reply via email to