diff --git a/docs/ops.html b/docs/ops.html index 23aed3aaccf..efa85bf79ef 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -4224,8 +4224,6 @@ listeners=CONTROLLER://:9093 Please check KIP-405 for more information.
-Note: Tiered storage is considered as an early access feature, and is not recommended for use in production environments
-While the early access release of Tiered Storage offers the opportunity to try out this new feature, it is important to be aware of the following limitations: +
While the Tiered Storage works for most use cases, it is still important to be aware of the following limitations:
For more information, please check Tiered Storage Early Access Release Note. +
For more information, please check Kafka Tiered Storage GA Release Notes.
diff --git a/docs/upgrade.html b/docs/upgrade.html index df3f272c3c2..02a5405522d 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -45,13 +45,19 @@ For example, this could be done via theKAFKA_OPTS
environment variable like follows: export KAFKA_OPTS="-DZstdTempFolder=/opt/kafka/tmp -Dorg.xerial.snappy.tempdir=/opt/kafka/tmp"
.
This is a known issue for version 3.8.0 as well.
- unclean.leader.election.enable
config is supported in KRaft. Compared with ZK mode, there is one behavior change in KRaft mode
when dynamically enabling unclean.leader.election.enable
config. Please check
here for more details.