Skip to content

Commit 4753fa8

Browse files
committed
chore: nifi upgrade errata
1 parent 173f247 commit 4753fa8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,19 @@ Copy any secrets from the default namespace to that used by the operator, as sho
425425
426426
Please note that Java-based products that use the JMX exporter for Prometheus are now built with version https://github.com/prometheus/jmx_exporter/releases/tag/1.0.1[1.0.1], which has breaking changes relevant for any dashboards displaying JVM metrics.
427427
428+
Apache Nifi
429+
430+
To upgrade from 1.x to the 2.x series, the following config overrides are necessary:
431+
432+
----
433+
spec:
434+
configOverrides:
435+
nifi.properties:
436+
nifi.flow.configuration.file: /stackable/data/database/flow.json.gz
437+
----
438+
439+
This is necessary because the 2.x versions do not support the XML format for flow definitions anymore. Support for the JSON format has been addded in version 1.16 and both formats have been maintained up to version 2.0.
440+
428441
== Release 24.3
429442
430443
=== New / extended platform features

0 commit comments

Comments
 (0)