markobean commented on pull request #5192: URL: https://github.com/apache/nifi/pull/5192#issuecomment-870773704
When creating a new process group, the properties will inherit from its immediate parent. The backpressure defaults from nifi.properties should only be used when at the root level, and the root has not specified a value (e.g. flow.xml.gz from an older NiFi where these properties have not been specified.) After a process groups is created, the properties are set. These values - and not any type of inheritance - will be used when creating a new connection. Where do you see inheritance from nifi.properties vice immediate parent? -- 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]
