- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi ListenHTTP processor error
- Labels:
-
Apache NiFi
Created on
‎10-10-2019
01:46 PM
- last edited on
‎10-11-2019
12:48 AM
by
VidyaSargur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I'm new to Nifi and I wanted to orchestrate a data pipeline with micro-services that I have using Nifi.
I have two micro-services and I'm using InvokeHTTP and ListenHTTP for them. I have no issue with the invokeHTTP but I'm getting error with the ListenHTTP processor which says "Failed to properly initialize the processor". Can someone help me? Can I use Nifi to orchestrate my data pipeline that has multiple micro-services. Which processor is used to listen to the microservices and how Do i connect them
Created ‎10-11-2019 07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @shrujana
The ListenHTTP processor setups an internal Jetty server that listens for inbound http connections on the configured port. It is not used to establish connections to external services.
It may e helpful if you provide more detail about your use case(s) along with your current dataflow design specifics.
How do you interface with your micro-services when not using NIFi?
Created ‎10-11-2019 07:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @shrujana
The ListenHTTP processor setups an internal Jetty server that listens for inbound http connections on the configured port. It is not used to establish connections to external services.
It may e helpful if you provide more detail about your use case(s) along with your current dataflow design specifics.
How do you interface with your micro-services when not using NIFi?
