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
122 stars 40 forks source link

Set FlowRegistry type in RegistryClient creation #349

Closed juldrixx closed 6 months ago

juldrixx commented 6 months ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

Added the FlowRegistry type when creation a RegistryClient.

Why?

in 2.0.0-M1, the field seems to be mandatory.

Additional context

Tested in 2.0.0-M1 and 1.18.0.

Checklist