stanislavkozlovski commented on code in PR #19336:
URL: https://github.com/apache/kafka/pull/19336#discussion_r2081524370


##########
docs/ops.html:
##########
@@ -4026,13 +4026,14 @@ <h4 class="anchor-heading"><a 
id="tiered_storage_config" class="anchor-link"></a
 
 <h5 class="anchor-heading"><a id="tiered_storage_config_broker" 
class="anchor-link"></a><a href="#tiered_storage_config_broker">Broker 
Configurations</a></h5>
 
-<p>By default, Kafka server will not enable tiered storage feature. 
<code>remote.log.storage.system.enable</code>
+<p>By default, the Kafka server will not enable the tiered storage feature. 
<code>remote.log.storage.system.enable</code>
   is the property to control whether to enable tiered storage functionality in 
a broker or not. Setting it to "true" enables this feature.
 </p>
 
 <p><code>RemoteStorageManager</code> is an interface to provide the lifecycle 
of remote log segments and indexes. Kafka server
-  doesn't provide out-of-the-box implementation of RemoteStorageManager. 
Configuring <code>remote.log.storage.manager.class.name</code>
-  and <code>remote.log.storage.manager.class.path</code> to specify the 
implementation of RemoteStorageManager.
+  doesn't provide out-of-the-box implementation of RemoteStorageManager. Users 
must configure <code>remote.log.storage.manager.class.name</code>
+  and <code>remote.log.storage.manager.class.path</code> to specify the 
implementation of RemoteStorageManager. One Apache 2.0 licensed implementation 
supporting all
+  three major hyperscalers' object stores (AWS, GCP, Azure) is <a 
href="https://github.com/Aiven-Open/tiered-storage-for-apache-kafka";>available 
here</a>.

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to