GetHttp always givues error "SocketTimeotException,Read timedOut"

2019-03-25 Thread Puspak
GetHttp always givues error "SocketTimeotException,Read timedOut" . This issue is despite of the remote url it is connecting is always up and running . GetHttpError.png

Re: Kubernetes

2019-03-25 Thread Sanjana
Hi Robert , i am checking if we are good to use on kubernetes ? -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

[DISCUSS] Closing in on a NiFi Registry 0.4.0 release?

2019-03-25 Thread Pierre Villard
All, Some really nice features have been included since the NiFi Registry 0.3.0 release and I'm wondering if it'd be a good time to consider a 0.4.0 release. There is a JIRA tagged for 0.4.0 and there are 2 opened pull requests, plus interesting discussions / JIRAS on the mailing lists. Are ther

Re: [DISCUSS] Closing in on a NiFi Registry 0.4.0 release?

2019-03-25 Thread Bryan Bende
Hi Pierre, I think we are definitely close to an 0.4.0 release. A major chunk of extension registry work has already landed in master, and I still have one other jira that I almost have ready and wanted to include, NIFIREG-233 for generating extensions docs. Plus we probably need to make a few add

Re: GetHttp always givues error "SocketTimeotException,Read timedOut"

2019-03-25 Thread Michael Moser
Hello, I noticed from your screenshot that your GetHTTP is using a URL with "http://"; but you also have an SSL Context Service defined. If your endpoint is using SSL/TLS then your URL should begin with https://. However, if your endpoint uses plaintext HTTP, then I suggest trying to configure Ge