Support Questions

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

Is it possible to expose a Rest service using Nifi custom processors.

avatar
Rising Star
 
1 ACCEPTED SOLUTION

avatar

Hi @Ankit Jain,

Yes, it is possible to use NiFi to expose REST services using a processor like HandleHttpRequest. You may have a look to this blog: I used NiFi to expose a URL shortener service [1]. This is a basic example but I believe this answer your question.

Hope this helps.

[1] https://pierrevillard.com/2016/04/10/url-shortener-service-with-apache-nifi/

View solution in original post

2 REPLIES 2

avatar

Hi @Ankit Jain,

Yes, it is possible to use NiFi to expose REST services using a processor like HandleHttpRequest. You may have a look to this blog: I used NiFi to expose a URL shortener service [1]. This is a basic example but I believe this answer your question.

Hope this helps.

[1] https://pierrevillard.com/2016/04/10/url-shortener-service-with-apache-nifi/

avatar
Rising Star

@Pierre Villard thanks for your response. I am definitely gonna try this approach.