konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
125 stars 42 forks source link

[Feature/NifiConnection] Add NifiConnection controller and kubectl plugin #291

Closed juldrixx closed 12 months ago

juldrixx commented 12 months ago
Copy of https://github.com/konpyutaika/nifikop/pull/168 to make it readable. Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets https://github.com/konpyutaika/nifikop/issues/171
License Apache 2.0

What's in this PR?

New resource to create connection between component (e.g. NifiDataflow) and some tweeks to improve the code reuse.

Why?

To add new feature to NiFiKop. To connect 2 dataflows together without manual action.

Checklist