@@ -61,6 +61,7 @@ See https://github.com/stackabletech/demos/pull/289[demos#289].
6161
6262This release adds experimental support for KRaft managed Kafka clusters.
6363KRaft Controllers can be deployed instead of Apache ZooKeeper to manage the state of Kafka.
64+ // TODO: Should this instead be "... the only cluster management option available."?
6465KRaft is supported by all Kafka versions provided by SDP, and starting with Kafka 4.X it is the only cluster management version available.
6566See https://github.com/stackabletech/kafka-operator/pull/889[kafka-operator#889].
6667
@@ -88,7 +89,7 @@ Additionally, the operator exposes more Prometheus metrics, such as successful o
8889
8990===== OpenSearch
9091
91- The Stackable platform now provides an operator for OpenSearch.
92+ The Stackable Data Platform now provides an operator for OpenSearch.
9293We initially support version link:#new-product-versions-25_11_0[3.1.0], which is also marked as the LTS line going forward.
9394
9495OpenSearch is a powerful search and analytics engine built on Apache Lucene.
@@ -234,7 +235,7 @@ See https://github.com/stackabletech/nifi-operator/issues/813[nifi-operator#813]
234235
235236Reduce severity of Pod eviction errors.
236237Previously, the operator would produce lot's of `Cannot evict pod as it would violate the pod's disruption budget` errors.
237- With this fix , the error is reduced to an info instead.
238+ With this change , the error is reduced to an info instead.
238239See https://github.com/stackabletech/commons-operator/pull/372[commons-operator#372].
239240
240241===== Stackable listener-operator
@@ -244,7 +245,7 @@ See https://github.com/stackabletech/commons-operator/pull/372[commons-operator#
244245* *Breaking:* The listener-operator default preset changed from `stable-nodes` to `ephemeral-nodes`.
245246 Previously, `external-stable` NodePorts pinned the Pod to a specific node, which caused problems with node rotations.
246247// TODO: See if we use code block here or not
247- Node pinning can be enabled via ListenerClass' new xref:listener-operator:listenerclass.adoc## _node_stickiness[`.spec.pinnedNodePorts`] field.
248+ Node pinning can be enabled via ListenerClass' new xref:listener-operator:listenerclass.adoc#_node_stickiness[`.spec.pinnedNodePorts`] field.
248249 The preset can be configured using the following two commands:
249250+
250251--
0 commit comments