You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove broker.id.generation.enable and reserved.broker.max.id, which are not used in KRaft mode.
Remove inter.broker.protocol.version, which is not used in KRaft mode.
Reviewers: PoAn Yang <[email protected]>, Ismael Juma <[email protected]>, Chia-Ping Tsai <[email protected]>
thrownewConfigException(s"A non-KRaft version $interBrokerProtocolVersionString given for ${ReplicationConfigs.INTER_BROKER_PROTOCOL_VERSION_CONFIG}. "+
403
-
s"The minimum version is ${MetadataVersion.MINIMUM_KRAFT_VERSION}")
404
-
} else {
405
-
warn(s"${ReplicationConfigs.INTER_BROKER_PROTOCOL_VERSION_CONFIG} is deprecated in KRaft mode as of 3.3 and will only "+
406
-
s"be read when first upgrading from a KRaft prior to 3.3. See kafka-storage.sh help for details on setting "+
407
-
s"the metadata.version for a new KRaft cluster.")
408
-
}
409
-
}
410
-
// In KRaft mode, we pin this value to the minimum KRaft-supported version. This prevents inadvertent usage of
411
-
// the static IBP config in broker components running in KRaft mode
0 commit comments