How to invoke a remote REST service in NiFi

旧时模样 提交于 2019-12-01 18:18:48

There is an InvokeHttp processor that can be used to invoke a REST service without writing any code:

https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.3.0/org.apache.nifi.processors.standard.InvokeHTTP/index.html

The response from the service will be written to the contents of the flow file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!