You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/11/05 09:53:17 UTC

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #672: MINIFICPP-1043 - FetchOPC should support reporting changes only

bakaid commented on a change in pull request #672: MINIFICPP-1043 - FetchOPC should support reporting changes only
URL: https://github.com/apache/nifi-minifi-cpp/pull/672#discussion_r342451080
 
 

 ##########
 File path: extensions/opc/src/fetchopc.cpp
 ##########
 @@ -65,13 +65,20 @@ namespace processors {
       ->withDescription("Specifiec the max depth of browsing. 0 means unlimited.")
       ->withDefaultValue<uint64_t>(0)->build());
 
+  core::Property FetchOPCProcessor::Lazy(
 
 Review comment:
   I think it would be better to have a default (default "Off") here, this way we would not break previous configurations and make it easier to configure new ones.

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


With regards,
Apache Git Services