Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Can I use Java API's in Apache NiFi

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar

Hi,

If you are talking about API exposed by NiFi, NiFi exposes a REST API:

https://nifi.apache.org/docs/nifi-docs/rest-api/index.html

If you want to develop your own processor in Java, this is easy and you may find interesting the following:

https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html

View solution in original post

1 REPLY 1

avatar

Hi,

If you are talking about API exposed by NiFi, NiFi exposes a REST API:

https://nifi.apache.org/docs/nifi-docs/rest-api/index.html

If you want to develop your own processor in Java, this is easy and you may find interesting the following:

https://nifi.apache.org/docs/nifi-docs/html/developer-guide.html

Labels