This is an automated email from the ASF dual-hosted git repository.
stanislavkozlovski pushed a commit to branch 3.7
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.7 by this push:
new 64d641c8733 MINOR: Add 3.7 JBOD KRaft Early Acces disclaimer (#15418)
64d641c8733 is described below
commit 64d641c873389abd30f45bfa5c4be8b497cdb931
Author: Stanislav Kozlovski <[email protected]>
AuthorDate: Thu Feb 22 23:55:19 2024 +0100
MINOR: Add 3.7 JBOD KRaft Early Acces disclaimer (#15418)
This patch adds a small disclaimer to the ops documentation page to mention
that JBOD is in early access with 3.7
---
docs/ops.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ops.html b/docs/ops.html
index cf039c75220..52f2f377c41 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3774,7 +3774,7 @@ foo
<p>The following features are not fully implemented in KRaft mode:</p>
<ul>
- <li>Supporting JBOD configurations with multiple storage directories</li>
+ <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>