This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new bb0fa92d5 Updated asf-staging from GHA workflow run 20449567403
bb0fa92d5 is described below
commit bb0fa92d507f4e348c12a858948ed59cd9375e66
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 02:30:38 2025 +0000
Updated asf-staging from GHA workflow run 20449567403
Commit:
https://github.com/apache/kafka-site/commit/f14965db6285ede7eca7a5363b87b76b25576b45
GitHub Run: https://github.com/apache/kafka-site/actions/runs/20449567403
---
39/_print/index.html | 2 +-
39/operations/_print/index.html | 2 +-
39/operations/kraft/index.html | 6 +++---
sitemap.xml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/39/_print/index.html b/39/_print/index.html
index 8e841b5f7..a972be0c2 100644
--- a/39/_print/index.html
+++ b/39/_print/index.html
@@ -5898,7 +5898,7 @@ inter.broker.listener.name=PLAINTEXT
# Other configs ...
</code></pre><p>Follow these steps to format and start a new standalone
controller:</p><pre><code># Save the previously retrieved cluster ID from
ZooKeeper in a variable called zk-cluster-id
-$ bin/kafka-storage.sh format --standalone -t <zk-cluster-id> -c
config/kraft/controller.properties
+$ bin/kafka-storage.sh format --standalone --cluster-id=<zk-cluster-id>
-c config/kraft/controller.properties
$ bin/kafka-server-start.sh config/kraft/controller.properties
</code></pre><p>Note: The migration can stall if the ZooKeeper Security
Migration Tool was previously executed (see <a
href=https://issues.apache.org/jira/browse/KAFKA-19480>KAFKA-19480</a> for more
details). As a workaround, the malformed “/migration” node can be
removed from ZooKeeper by running <code>delete /migration</code> with the
<code>zookeeper-shell.sh</code> CLI tool.</p><p><em>Note: The KRaft
cluster<code>node.id</code> values must be different from any existing ZK [...]
broker.id=0
diff --git a/39/operations/_print/index.html b/39/operations/_print/index.html
index 23c095eb9..07ec29c47 100644
--- a/39/operations/_print/index.html
+++ b/39/operations/_print/index.html
@@ -447,7 +447,7 @@ inter.broker.listener.name=PLAINTEXT
# Other configs ...
</code></pre><p>Follow these steps to format and start a new standalone
controller:</p><pre><code># Save the previously retrieved cluster ID from
ZooKeeper in a variable called zk-cluster-id
-$ bin/kafka-storage.sh format --standalone -t <zk-cluster-id> -c
config/kraft/controller.properties
+$ bin/kafka-storage.sh format --standalone --cluster-id=<zk-cluster-id>
-c config/kraft/controller.properties
$ bin/kafka-server-start.sh config/kraft/controller.properties
</code></pre><p>Note: The migration can stall if the ZooKeeper Security
Migration Tool was previously executed (see <a
href=https://issues.apache.org/jira/browse/KAFKA-19480>KAFKA-19480</a> for more
details). As a workaround, the malformed “/migration” node can be
removed from ZooKeeper by running <code>delete /migration</code> with the
<code>zookeeper-shell.sh</code> CLI tool.</p><p><em>Note: The KRaft
cluster<code>node.id</code> values must be different from any existing ZK [...]
broker.id=0
diff --git a/39/operations/kraft/index.html b/39/operations/kraft/index.html
index ed040cb82..fe65beaff 100644
--- a/39/operations/kraft/index.html
+++ b/39/operations/kraft/index.html
@@ -1,5 +1,5 @@
<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=en
class=no-js><head><meta charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots
content="index, follow"><link rel=icon type=image/png sizes=32x32
href=/images/apache.png><link rel=icon type=image/png sizes=16x16
href=/images/apache.png><link rel="shortcut icon" href=/images/apache.png><link
rel=apple-touch-icon sizes=180x180 href=/images/apache.png><title>KR [...]
-<meta name=description content="KRaft"><meta property="og:title"
content="KRaft"><meta property="og:description" content="KRaft"><meta
property="og:type" content="article"><meta property="og:url"
content="https://kafka.apache.org/39/operations/kraft/"><meta
property="article:section" content="39"><meta property="article:modified_time"
content="2025-12-19T18:23:57-08:00"><meta itemprop=name content="KRaft"><meta
itemprop=description content="KRaft"><meta itemprop=dateModified content="202
[...]
+<meta name=description content="KRaft"><meta property="og:title"
content="KRaft"><meta property="og:description" content="KRaft"><meta
property="og:type" content="article"><meta property="og:url"
content="https://kafka.apache.org/39/operations/kraft/"><meta
property="article:section" content="39"><meta property="article:modified_time"
content="2025-12-23T03:27:30+01:00"><meta itemprop=name content="KRaft"><meta
itemprop=description content="KRaft"><meta itemprop=dateModified content="202
[...]
<span></span>
<span></span></div></button>
<a class="navbar-brand order-1 order-lg-0 mx-auto mx-lg-0" href=/><img
src=/logos/kafka_logo--simple.png alt="Apache Kafka"
class=navbar-logo-img></a><div class="order-2 d-lg-none"
style=width:48px></div><div class="collapse navbar-collapse order-3 order-lg-1"
id=main_navbar><ul class="navbar-nav ms-auto"><li class="nav-item dropdown"><a
class="nav-link dropdown-toggle" href=/41/getting-started/ aria-haspopup=true
aria-expanded=false>Get Started</a><ul class=dropdown-menu><li><a class=dr [...]
@@ -167,7 +167,7 @@ inter.broker.listener.name=PLAINTEXT
# Other configs ...
</code></pre><p>Follow these steps to format and start a new standalone
controller:</p><pre><code># Save the previously retrieved cluster ID from
ZooKeeper in a variable called zk-cluster-id
-$ bin/kafka-storage.sh format --standalone -t <zk-cluster-id> -c
config/kraft/controller.properties
+$ bin/kafka-storage.sh format --standalone --cluster-id=<zk-cluster-id>
-c config/kraft/controller.properties
$ bin/kafka-server-start.sh config/kraft/controller.properties
</code></pre><p>Note: The migration can stall if the ZooKeeper Security
Migration Tool was previously executed (see <a
href=https://issues.apache.org/jira/browse/KAFKA-19480>KAFKA-19480</a> for more
details). As a workaround, the malformed “/migration” node can be
removed from ZooKeeper by running <code>delete /migration</code> with the
<code>zookeeper-shell.sh</code> CLI tool.</p><p><em>Note: The KRaft
cluster<code>node.id</code> values must be different from any existing ZK [...]
broker.id=0
@@ -221,7 +221,7 @@ listeners=CONTROLLER://:9093
# zookeeper.connect=localhost:2181
# Other configs ...
-</code></pre><h3 id=reverting-to-zookeeper-mode-during-the-migration>Reverting
to ZooKeeper mode During the Migration<a class=td-heading-self-link
href=#reverting-to-zookeeper-mode-during-the-migration aria-label="Heading
self-link"></a></h3><p>While the cluster is still in migration mode, it is
possible to revert to ZooKeeper mode. The process to follow depends on how far
the migration has progressed. In order to find out how to revert, select the
<strong>final</strong> migration step t [...]
+</code></pre><h3 id=reverting-to-zookeeper-mode-during-the-migration>Reverting
to ZooKeeper mode During the Migration<a class=td-heading-self-link
href=#reverting-to-zookeeper-mode-during-the-migration aria-label="Heading
self-link"></a></h3><p>While the cluster is still in migration mode, it is
possible to revert to ZooKeeper mode. The process to follow depends on how far
the migration has progressed. In order to find out how to revert, select the
<strong>final</strong> migration step t [...]
<span class="text-dark text-truncate d-inline-block"
style=max-width:18rem>ZooKeeper</span></a></div><div class="ms-auto d-flex
flex-column align-items-end"><a class="btn pager-btn rounded-3 fw-semibold py-2
px-3 d-inline-flex align-items-center gap-2" style=min-width:12rem
href=/39/operations/tiered-storage/ rel=next aria-label="Next: Tiered
Storage"><span class="fw-semibold text-dark">Next:</span>
<span class="text-dark text-truncate d-inline-block text-end"
style=max-width:18rem>Tiered Storage
</span><span class="fw-semibold
text-dark">›</span></a></div></nav></div></main></div></div><footer
class="td-footer d-print-none"><div class=container-fluid><div class="row
align-items-center"><div class="col-12 col-md-3 text-center text-md-start"><div
class=td-footer__social-icons><a href=/community/contact/ target=_blank
rel=noopener aria-label=Contact class=td-footer__social-link><i class="fa
fa-envelope"></i>
diff --git a/sitemap.xml b/sitemap.xml
index 49fa9f22a..c6ccde892 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://kafka.apache.org/0100/implementation/api-design/</loc><lastmod>2025-12-19T18:23:57-08:00</lastmod></url><url><loc>https://kafka.apache.org/0101/implementation/api-design/</loc><lastmod>2025-12-19T18:23:57-08:00</lastmod></url><url><loc>https://kafka.apache.org/0102/implementation/api-design/</loc><lastmod>2025-12-1
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://kafka.apache.org/0100/implementation/api-design/</loc><lastmod>2025-12-19T18:23:57-08:00</lastmod></url><url><loc>https://kafka.apache.org/0101/implementation/api-design/</loc><lastmod>2025-12-19T18:23:57-08:00</lastmod></url><url><loc>https://kafka.apache.org/0102/implementation/api-design/</loc><lastmod>2025-12-1
[...]
\ No newline at end of file