Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Can I use Java API's in Apache NiFi

avatar
Contributor
 
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