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

Update bootstrap.conf template for 2.0.0-M1 #355

Open juldrixx opened 8 months ago

juldrixx commented 8 months ago
Q A
Bug fix? no
New feature? no
API breaks? yes
Deprecations? no
Related tickets partial #360
License Apache 2.0

What's in this PR?

Update of the bootstrap.conf template, to match the one in 2.0.0-M1.

Why?

NiFi added new properties especially for Java 21.

Additional context

NiFiKop won't be able to create cluster older than 1.19. In fact, all the version of NiFi using Java 8. Because the new property java.arg.20=--add-opens=java.base/java.net=ALL-UNNAMED causes an error.

Checklist

juldrixx commented 8 months ago

Should I update the helm chart?

mh013370 commented 8 months ago

I think this sort of change ought to warrant a major version update in nifikop (i.e. nifikop v2.0.0). What do you think?

then the guidance can be: