Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can I use Java API's in Apache NiFi

avatar
Frequent Visitor
 
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