Skip to content

Commit 3281105

Browse files
committed
docs: Add known issue for Kafka
1 parent a8cb3b8 commit 3281105

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,22 @@ helm install --wait <PRODUCT>-operator oci://oci.stackable.tech/sdp-charts/<PROD
448448
[#known-issues-26_3_0]
449449
==== Known issues
450450

451+
* This release makes `zookeeper` the default metadata manager for Kafka 3.x clusters.
452+
If you are running Kafka 3 with `kraft` as metadata manager already, you need to patch your existing Kafka custom resource to make this choice explicit after upgrading the SDP version.
453+
The Kafka cluster will run in an error state until you patch it.
454+
Patch your Kafka resource like this:
455+
+
456+
--
457+
[source,console]
458+
----
459+
$ kubectl -n <namespace> \
460+
patch kafkaclusters.kafka.stackable.tech <kafka-resource-name> \
461+
--type merge -p '{"spec":{"clusterConfig":{"metadataManager":"kraft"}}}''
462+
----
463+
464+
Replace `<namespace>` and `<kafka-resource-name>` as appropriate. +
465+
See https://github.com/stackabletech/kafka-operator/pull/933[kafka-operator#933].
466+
--
451467
* There is a https://github.com/kubernetes/kubernetes/issues/137409[known issue] with the feature gate https://github.com/kubernetes/kubernetes/pull/133153[MaxUnavailableStatefulSet] that is enabled by default as a beta feature in Kubernetes 1.35.
452468
This issue affects all SDP operators, especially the Trino operator. +
453469
To work around the issue there are two possibilities:

0 commit comments

Comments
 (0)