Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Nifi ListenHTTP processor error

avatar
New Contributor

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

1 ACCEPTED SOLUTION

avatar
Super Mentor

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?


View solution in original post

1 REPLY 1

avatar
Super Mentor

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?