Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.