devs,

I am working on some fairly old JIRA issues and noticed a documentation
related one that bring into light a very interesting question:

Is there any practical difference between the Core Attributes and Standard
Attributes?

The code is clearly distinct :

nifi-commons/nifi-utils/src/main/java/org/apache/nifi/flowfile/attributes/CoreAttributes.java

vs.

nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardFlowFileRecord.java

Yet, both the documentation and at least one processor[1] seem to treat
them interchangeably.


I thank you in advance


[1]
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/LogAttribute.java#L158

Reply via email to