kamalcph commented on code in PR #16836:
URL: https://github.com/apache/kafka/pull/16836#discussion_r1714980756
##########
docs/ops.html:
##########
@@ -4316,7 +4316,28 @@ <h4 class="anchor-heading"><a
id="tiered_storage_config_ex" class="anchor-link">
<pre><code class="language-bash">$ bin/kafka-console-consumer.sh --topic
tieredTopic --from-beginning --max-messages 1 --bootstrap-server localhost:9092
--property print.offset=true</code></pre>
-<p>Please note, if you want to disable tiered storage at the cluster level,
you should delete the tiered storage enabled topics explicitly.
+<p>In KRaft mode, you can disable tiered storage at the topic level, to make
the remote logs as read-only logs, or completely delete all remote logs.</p>
+
+<p>If you want to let the remote logs become read-only and no more local logs
copied to the remote storage,
+ you can set
<code>remote.storage.enable=true,remote.log.copy.disable=true</code> to the
topic.</p>
Review Comment:
```suggestion
you can set
<code>remote.storage.enable=true,remote.log.copy.disable=true,local.retention.ms=-2,local.retention.bytes=-2</code>
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]