Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any documentation? #2

Open
One946 opened this issue Jul 16, 2019 · 6 comments
Open

Any documentation? #2

One946 opened this issue Jul 16, 2019 · 6 comments

Comments

@One946
Copy link

One946 commented Jul 16, 2019

Hi, I was looking at this project and I was wondering if there's some documentation available, even some unofficial documentation would be nice. I'm trying to understand how does serverless nifi works, so any help would be very much appreciated.

@dbkegley
Copy link
Contributor

Thanks for taking an interest in this project. There's currently no official documentation for the Nifi-fn operator. I started working on this before the functionality was officially merged into NiFi (it has since been renamed to nifi-stateless). This thread on the mailing list has the discussion on the initial proposal.

Here are the docs for nifi-stateless

The nifi-fn-operator is just a thin wrapper around the original project which makes the same functionality available to kubernetes as an operator.

@One946
Copy link
Author

One946 commented Jul 19, 2019

Thank you. I really appreciate that you spend some of your time answering me, I'll try to wrap my head around those links!

@M9T
Copy link

M9T commented Nov 4, 2019

Docs link is broken. Please provide a new link.

@dbkegley
Copy link
Contributor

dbkegley commented Nov 5, 2019

@supriyaK56
Copy link

supriyaK56 commented Sep 3, 2020

@dbkegley I am trying to use nifi-stateless-operator as mentioned here https://github.com/B23admin/nifi-stateless-operator
Its running successfully but while testing I am having some questions or may be issues:slightly_smiling_face:

  1. As per POC doc its saying flowfiles parameter is optional but its not allowing to run without flowflies --- https://github.com/apache/nifi/tree/rel/nifi-1.10.0/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-stateless
    While running with flowflies , the flow requires input port as mandatory
  2. And due to lack of documents I am not able to understand how nifi fn is running the flow . Its giving success on container logs but I am not getting any confirmation from nifi UI and not from nifi container.

@dbkegley
Copy link
Contributor

dbkegley commented Sep 4, 2020

@supriyaK56 Some of the background in this comment thread may be useful regarding [1] #8 (comment)

For [2], there is no UI for nifi-stateless. If the nifi-fn container log is printing a success message then the flowfiles were able to finish processing without any errors. NiFi itself does not have any knowledge of the nifi-stateless flow so there will not be any useful info in the NiFi UI regarding the execution of nifi-stateless. Adding some LogMessage or DebugFlow processors to the stateless flow may help you trace the flowfiles as they move through the data flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants