[
https://issues.apache.org/jira/browse/NIFI-6945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012898#comment-17012898
]
ASF subversion and git services commented on NIFI-6945:
-------------------------------------------------------
Commit b8ffb5461216b8330fb464162316197458f482c7 in nifi's branch
refs/heads/master from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b8ffb54 ]
NIFI-6945: Use minExtInfo=true to reduce the amount of data queried from Atlas
This closes #3970
> Use minExtInfo=true to reduce the amount of data queried from Atlas
> -------------------------------------------------------------------
>
> Key: NIFI-6945
> URL: https://issues.apache.org/jira/browse/NIFI-6945
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When ReportLineageToAtlas queries the entities from Atlas, the
> AtlasEntityWithExtInfo response object also contains all the referred
> entities with all their data by default which leads to huge data transfers
> between Atlas and NiFi. On the other hand, this extended data of the related
> entities are not used by the reporting task, so they could be excluded from
> the query (using {{minExtInfo=true}} parameter) in order to reduce the
> response size.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)