Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-22-2016 06:35 AM
Created 07-22-2016 06:43 AM
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/
Created 07-22-2016 06:43 AM
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/
Created 07-22-2016 11:34 AM
@Pierre Villard thanks for your response. I am definitely gonna try this approach.