We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1d2fa commit 2c58500Copy full SHA for 2c58500
1 file changed
cluster-operator/src/main/java/io/strimzi/operator/cluster/model/KafkaCluster.java
@@ -1883,8 +1883,6 @@ public List<ConfigMap> generatePerBrokerConfigurationConfigMaps(MetricsAndLoggin
1883
// script to generate the node configuration.
1884
data.put(BROKER_LISTENERS_FILENAME, node.broker() ? listeners.stream().map(ListenersUtils::envVarIdentifier).collect(Collectors.joining(" ")) : null);
1885
1886
- // controller and broker gets the Cluster ID in different states during migration
1887
- // and they both get it when in full KRaft-mode
1888
data.put(BROKER_CLUSTER_ID_FILENAME, clusterId);
1889
data.put(BROKER_METADATA_VERSION_FILENAME, metadataVersion);
1890
0 commit comments