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
131 stars 45 forks source link

Remove Bootstrap notifications for nifikop 2.0.0 #383

Open mh013370 opened 8 months ago

mh013370 commented 8 months ago

Is your feature request related to a problem?

Nifi's bootstrap notification service is deprecated in NiFi 1.x and will be removed in NiFi 2.0.0. We should remove all of its configuration in nifikop as well

https://issues.apache.org/jira/browse/NIFI-12450

This should be removed from the new v2 CRDs and retained in the v1 CRDs

Describe the solution you'd like to see

No response

Describe alternatives you've considered

No response

Additional context

For other deprecations/removals in 2.0.0, see https://cwiki.apache.org/confluence/display/NIFI/Migrating+Deprecated+Components+and+Features+for+2.0.0