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.