[ 
https://issues.apache.org/jira/browse/NIFI-6928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005072#comment-17005072
 ] 

ASF subversion and git services commented on NIFI-6928:
-------------------------------------------------------

Commit ad636789f0213fb13f108277ba2bca6b15889ecd in nifi's branch 
refs/heads/master from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ad63678 ]

NIFI-6928 - add connect/read timeout to RestLookupService

This closes #3920

Signed-off-by: Mike Thomsen <[email protected]>


> [RestLookupService] add connect / readtimeout feature
> -----------------------------------------------------
>
>                 Key: NIFI-6928
>                 URL: https://issues.apache.org/jira/browse/NIFI-6928
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.9.2
>            Reporter: Etienne Jouvin
>            Assignee: Pierre Villard
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the RestlookupService, I could not find a way to specify any 
> timeout configuration, as we can do in InvokeHTTP.
>  
> I wanted to use this lookup service in order to complete my record with datas 
> given from external REST Service. But this service may takes time, almost 20 
> seconds.
>  
> The LookupService fires an exception because of read timeout.
>  
> I try to do a simple trick using InvokeHTTP, put the result in a 
> DistributedMapCache and then try to use a LookupService to retrieve the 
> returned record and inject it in the source. But does not work.
>  
>  
> So my only solution for now is to work with the Merge and then using 
> JoltTransformation.
>  
> Regards
>  
> Etienne Jouvin



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

Reply via email to