-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Feature/NifiDataflowOrganizer] Implementation of NifiDataflowOrganizer controller #264
base: master
Are you sure you want to change the base?
Conversation
This is an interesting idea and i definitely understand the desire for the feature. I'm wondering if this is something the operator should just do by default without needing a new CRD to accomplish it. Do you think these groupings could be expressed as a part of the What do you think? My only concern is that this CRD seems mostly for cosmetic reasons and not functional. |
I totally agree, but I can't figure out how. In a group, you can specify a color, a position, a name, etc., but if I want to do it directly in the NiFiDataflow resource, how can I do it? And where do I save the information of label, in which resource status? |
Let me give this some thought and come up with a proposal! |
What's in this PR?
Add new resource to create organize your dataflows in NiFi by grouping them.
Why?
To automate the positioning of the dataflows according to others in the same group.
Checklist