diff --git a/docs/upgrade.html b/docs/upgrade.html index 37c1ea5c0fc38..0c3c3330ca718 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -46,6 +46,9 @@

Upgrading to 4.0.0 from any vers Every MetadataVersion has a boolean parameter that indicates if there are metadata changes (i.e. IBP_4_0_IV1(23, "4.0", "IV1", true) means this version has metadata changes). Given your current and target versions, a downgrade is only possible if there are no metadata changes in the versions between. +
  • For the Kafka client upgrade path, note that many deprecated APIs were removed in Kafka 4.0. Additionally, upgrading directly to 4.x from certain versions is not feasible. + For more information, please refer to KIP-1124. +
  • Notable changes in 4.0.0