Skip to content

Commit 2c58500

Browse files
authored
Fixed cluster ID code comment still mentioning migration (#11979)
Signed-off-by: Paolo Patierno <ppatierno@live.com>
1 parent cf1d2fa commit 2c58500

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cluster-operator/src/main/java/io/strimzi/operator/cluster/model/KafkaCluster.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,8 +1883,6 @@ public List<ConfigMap> generatePerBrokerConfigurationConfigMaps(MetricsAndLoggin
18831883
// script to generate the node configuration.
18841884
data.put(BROKER_LISTENERS_FILENAME, node.broker() ? listeners.stream().map(ListenersUtils::envVarIdentifier).collect(Collectors.joining(" ")) : null);
18851885

1886-
// controller and broker gets the Cluster ID in different states during migration
1887-
// and they both get it when in full KRaft-mode
18881886
data.put(BROKER_CLUSTER_ID_FILENAME, clusterId);
18891887
data.put(BROKER_METADATA_VERSION_FILENAME, metadataVersion);
18901888

0 commit comments

Comments
 (0)