This is an automated email from the ASF dual-hosted git repository.
soarez pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8c066e625cf MINOR: Update docs, remove JBOD from missing features
(#16801)
8c066e625cf is described below
commit 8c066e625cfa1d2dec4c9a2ac3a0ec2d501d81af
Author: Igor Soarez <[email protected]>
AuthorDate: Tue Aug 6 11:18:14 2024 +0100
MINOR: Update docs, remove JBOD from missing features (#16801)
Reviewers: Josep Prat <[email protected]>
---
docs/ops.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/ops.html b/docs/ops.html
index 890e9a58d93..1109286f520 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3836,7 +3836,6 @@ foo
<p>The following features are not fully implemented in KRaft mode:</p>
<ul>
- <li>Supporting JBOD configurations with multiple storage directories. Note
that an Early Access release is supported in 3.7 as per <a
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-858%3A+Handle+JBOD+broker+disk+failure+in+KRaft">KIP-858</a>.
Note that it is not yet recommended for use in production environments. Please
refer to the <a
href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+JBOD+in+KRaft+Early+Access+Release+Notes">release
notes</a> to help us test [...]
<li>Modifying certain dynamic configurations on the standalone KRaft
controller</li>
</ul>