Skip to content

Commit 1ed9489

Browse files
maltesanderrazvan
andauthored
Apply suggestions from code review
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
1 parent 604de9f commit 1ed9489

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/modules/kafka/pages/usage-guide/kraft-controller.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
replicas: 3
3939
----
4040

41-
NOTE: Using `spec.controllers` is mutally exclusive with `spec.clusterConfig.zookeeperConfigMapName`.
41+
NOTE: Using `spec.controllers` is mutually exclusive with `spec.clusterConfig.zookeeperConfigMapName`.
4242

4343
=== Recommendations
4444

@@ -99,5 +99,5 @@ The Stackable Kafka operator currently does not support the migration.
9999

100100
=== Scaling issues
101101

102-
The https://developers.redhat.com/articles/2024/11/27/dynamic-kafka-controller-quorum?utm_source=chatgpt.com#[Dynamic scaling] is only supported from Kafka version 3.9.0.
102+
The https://developers.redhat.com/articles/2024/11/27/dynamic-kafka-controller-quorum[Dynamic scaling] is only supported from Kafka version 3.9.0.
103103
If you are using older versions, automatic scaling may not work properly (e.g. adding or removing controller replicas).

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl KafkaPodDescriptor {
364364
}
365365

366366
/// Build the Kraft voter String
367-
/// See: <https://kafka.apache.org/documentation/#kraft_storage_voters>
367+
/// See: <https://kafka.apache.org/40/documentation.html#kraft_storage_voters>
368368
/// Example: 0@controller-0:1234:0000000000-00000000000
369369
/// * 0 is the replica id
370370
/// * 0000000000-00000000000 is the replica directory id (even though the used Uuid states to be type 4 it does not work)

0 commit comments

Comments
 (0)