You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by jdye64 <gi...@git.apache.org> on 2017/01/14 01:20:51 UTC

[GitHub] nifi-minifi-cpp issue #37: MINIFI-171 Dynamic Properties support for process...

Github user jdye64 commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/37
  
    @apiri I agree. That was my intent was to allow each Processor itself to determine how/if it used the dynamic properties that was the reason for creating the new set in Processor.cpp for the dynamic properties instead of just lumping them all into the same "supportedProperties" set. The only reason for the framework "switch" was just since the CPP version is meant to run on embedded and lightweight hardware maybe the guard against preventing someone from flooding the yml flow with so many dynamic properties that the embedded device ran out of memory and crashed. 
    
    I see your point and in my own shallow mind I thought that was what I was trying to do but maybe your right and this implementation doesn't make sense? What were you thinking?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---