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

-

Configuration

Broker Configurations
@@ -4367,14 +4365,15 @@ $ bin/kafka-topics.sh --create --topic tieredTopic --bootstrap-server localhost:

Limitations

-

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 the KAFKA_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. -
  • In KRaft mode, the tiered storage feature can be dynamically disabled and then re-enabled on topic level. - See KIP-950 for more details.
  • -
  • Tiered storage quota is implemented. Users can set an "upper bound" on the rate at which logs are copied/read to/from the remote storage. - See KIP-956 for more details.
  • 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.
  • +
  • Tiered storage is now a production ready feature. You can check + Kafka Tiered Storage GA Release Notes for more details. + The below enhancements are added in this release. + +
  • Upgrading to 3.8.0 from any version 0.8.x through 3.7.x