You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Mollitor (Jira)" <ji...@apache.org> on 2019/11/27 15:42:00 UTC

[jira] [Created] (NIFI-6910) ReportLineageToAtlas Expose Atlas Client Configurations

David Mollitor created NIFI-6910:
------------------------------------

             Summary: ReportLineageToAtlas Expose Atlas Client Configurations
                 Key: NIFI-6910
                 URL: https://issues.apache.org/jira/browse/NIFI-6910
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: David Mollitor


In the {{ReportLineageToAtlas}} task expose the configurations for connections so that the user can change the timeout that the task may wait for a response from Atlas.  I am currently barred from doing it manually because of some sort of NiFi validation check.  I have to go in and modify the task's property file directly.


{code:none}
atlas.client.readTimeoutMSecs=60000
atlas.client.connectTimeoutMSecs=60000
{code}


https://atlas.apache.org/2.0.0/Configuration.html



--
This message was sent by Atlassian Jira
(v8.3.4#803005)