This is an automated email from the ASF dual-hosted git repository.
github-actions[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 0202b8db4f Updated asf-staging from GHA workflow run 24961626420
0202b8db4f is described below
commit 0202b8db4f2bb7e4c704459708e06e52ff3f313b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 26 16:38:58 2026 +0000
Updated asf-staging from GHA workflow run 24961626420
Commit:
https://github.com/apache/kafka-site/commit/90520f657912c92c67f99094667b50980eac01ad
GitHub Run: https://github.com/apache/kafka-site/actions/runs/24961626420
---
community/_print/index.html | 4 ++--
community/developer/index.html | 8 ++++----
sitemap.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/community/_print/index.html b/community/_print/index.html
index b5620d2707..263a6dfec3 100644
--- a/community/_print/index.html
+++ b/community/_print/index.html
@@ -20,8 +20,8 @@ Note that the mailing list works on plain text emails.
Sending HTML based emails
If the DEBUG level is enabled, the sensitive information will be exposed via
the requests and responses output log. The entire lists of impacted requests
and responses
are:</p><ul><li>AlterConfigsRequest</li><li>AlterUserScramCredentialsRequest</li><li>ExpireDelegationTokenRequest</li><li>IncrementalAlterConfigsRequest</li><li>RenewDelegationTokenRequest</li><li>SaslAuthenticateRequest</li><li>createDelegationTokenResponse</li><li>describeDelegationTokenResponse</li><li>SaslAuthenticateR
[...]
It accepts any JWT token without validating its signature, issuer, or
audience. An attacker can generate a JWT token from any issuer with the
<code>preferred_username</code> set to any user, and the broker will accept
it.</p><table><tr><td><p>Versions affected</p></td><td><p>4.1.0 -
4.1.1</p></td></tr><tr><td><p>Fixed versions</p></td><td><p>4.1.2,
4.2.0</p></td></tr><tr><td><p>Impact</p></td><td><p>An attacker can generate a
JWT token from any issuer with the <code>preferred_username</c [...]
When those two preconditions are met, Kafka will treat the resource as if it
had only one ACL associated with it after the removal, rather than the two or
more that would be correct. The incorrect condition is cleared by removing all
brokers in ZK mode, or by adding a new ACL to the affected resource. Once the
migration is completed, there is no metadata loss (the ACLs all
remain).</li></ol><table><tr><td><p>Versions affected</p></td><td><p>3.5.0 -
3.6.1</p></td></tr><tr><td><p>Fixed ver [...]
-</code></pre><p>Information on contributing patches can be found <a
href=contributing.html>here</a>.</p><p>Official releases are available <a
href=downloads.html>here</a>.</p><p>The source code for the web site and
documentation can be checked out from Apache GitHub repo:</p><pre><code>git
clone -b asf-site https://github.com/apache/kafka-site.git
-</code></pre><p>We are happy to received patches for the website and
documentation. We think documentation is a core part of the project and welcome
any improvements, suggestions, or clarifications. The procedure of contributing
to the documentation can also be found <a
href=contributing.html>here</a>.</p><p>To setup IDEs for development, following
<a href=https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup
target=_blank rel=noopener>this guide</a> on the wiki.</p><h2 id=ho [...]
+</code></pre><p>Information on contributing patches can be found <a
href=#how-to-contribute>here</a>.</p><p>Official releases are available <a
href=/downloads.html>here</a>.</p><p>The source code for the web site and
documentation can be checked out from Apache GitHub repo:</p><pre><code>git
clone -b asf-site https://github.com/apache/kafka-site.git
+</code></pre><p>We are happy to received patches for the website and
documentation. We think documentation is a core part of the project and welcome
any improvements, suggestions, or clarifications. The procedure of contributing
to the documentation can also be found <a
href=#contributing-a-change-to-the-website>here</a>.</p><p>To setup IDEs for
development, following <a
href=https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup
target=_blank rel=noopener>this guide</a> on th [...]
We build for multiple versions of Scala. This only matters if you are using
Scala and you want a version built for the same Scala version you use.
Otherwise, any version should work (2.13 is
recommended).</li></ul></li></ul><p>Kafka 3.9.2 fixes 35 issues since the 3.9.1
release. For more information, please read our <a
href=https://kafka.apache.org/blog/2026/02/21/apache-kafka-3.9.2-release-announcement/
target=_blank rel=noopener>blog post</a>, the detailed <a
href=https://kafka.apache. [...]
We build for multiple versions of Scala. This only matters if you are using
Scala and you want a version built for the same Scala version you use.
Otherwise, any version should work (2.13 is
recommended).</li></ul></li></ul><p>Kafka 3.9.1 fixes 66 issues since the 3.9.0
release. For more information, please read our <a
href=https://kafka.apache.org/blog/2025/05/20/apache-kafka-3.9.1-release-announcement/
target=_blank rel=noopener>blog post</a> and the detailed <a
href=https://archive.ap [...]
We build for multiple versions of Scala. This only matters if you are using
Scala and you want a version built for the same Scala version you use.
Otherwise, any version should work (2.13 is
recommended).</li></ul></li></ul><p>Kafka 3.9.0 includes a significant number
of new features and fixes. For more information, please read our <a
href=https://kafka.apache.org/blog/2024/11/06/apache-kafka-3.9.0-release-announcement/
target=_blank rel=noopener>blog post</a> and the detailed <a href=ht [...]
diff --git a/community/developer/index.html b/community/developer/index.html
index 5db7686b96..1d99208cde 100644
--- a/community/developer/index.html
+++ b/community/developer/index.html
@@ -7,11 +7,11 @@ git clone -b asf-site
https://github.com/apache/kafka-site.git We are happy to r
git clone https://github.com/apache/kafka.git kafka Information on
contributing patches can be found here.
Official releases are available here.
The source code for the web site and documentation can be checked out from
Apache GitHub repo:
-git clone -b asf-site https://github.com/apache/kafka-site.git We are happy to
received patches for the website and documentation. We think documentation is a
core part of the project and welcome any improvements, suggestions, or
clarifications."><meta property="og:type" content="article"><meta
property="og:url" content="https://kafka.apache.org/community/developer/"><meta
property="article:section" content="community"><meta
property="article:modified_time" content="2026-02-05T23:08:36+0 [...]
+git clone -b asf-site https://github.com/apache/kafka-site.git We are happy to
received patches for the website and documentation. We think documentation is a
core part of the project and welcome any improvements, suggestions, or
clarifications."><meta property="og:type" content="article"><meta
property="og:url" content="https://kafka.apache.org/community/developer/"><meta
property="article:section" content="community"><meta
property="article:modified_time" content="2026-04-26T22:06:23+0 [...]
git clone https://github.com/apache/kafka.git kafka Information on
contributing patches can be found here.
Official releases are available here.
The source code for the web site and documentation can be checked out from
Apache GitHub repo:
-git clone -b asf-site https://github.com/apache/kafka-site.git We are happy to
received patches for the website and documentation. We think documentation is a
core part of the project and welcome any improvements, suggestions, or
clarifications."><meta itemprop=dateModified
content="2026-02-05T23:08:36+09:00"><meta itemprop=wordCount
content="3463"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="Developer Guide"><meta
name=twitt [...]
+git clone -b asf-site https://github.com/apache/kafka-site.git We are happy to
received patches for the website and documentation. We think documentation is a
core part of the project and welcome any improvements, suggestions, or
clarifications."><meta itemprop=dateModified
content="2026-04-26T22:06:23+05:30"><meta itemprop=wordCount
content="3463"><meta itemprop=keywords content><meta name=twitter:card
content="summary"><meta name=twitter:title content="Developer Guide"><meta
name=twitt [...]
git clone https://github.com/apache/kafka.git kafka Information on
contributing patches can be found here.
Official releases are available here.
The source code for the web site and documentation can be checked out from
Apache GitHub repo:
@@ -35,8 +35,8 @@ git clone -b asf-site
https://github.com/apache/kafka-site.git We are happy to r
<a
href="https://github.com/apache/kafka-site//new/markdown/content/en/community?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the
[...]
<a
href="https://github.com/apache/kafka-site//issues/new?title=Developer%20Guide"
class="td-page-meta--issue td-page-meta__issue" target=_blank rel=noopener><i
class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
<a id=print href=/community/_print/><i class="fa-solid fa-print fa-fw"></i>
Print entire section</a></div></div><div class=td-sticky-content><div
class=td-toc-content><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#getting-the-code>Getting the
code</a></li><li><a href=#how-to-contribute>How to contribute</a><ul><li><a
href=#reporting-an-issue>Reporting An Issue</a></li><li><a
href=#contributing-a-code-change>Contributing A Code Change</a></li><li><a
href=#contributing- [...]
-</code></pre><p>Information on contributing patches can be found <a
href=contributing.html>here</a>.</p><p>Official releases are available <a
href=downloads.html>here</a>.</p><p>The source code for the web site and
documentation can be checked out from Apache GitHub repo:</p><pre><code>git
clone -b asf-site https://github.com/apache/kafka-site.git
-</code></pre><p>We are happy to received patches for the website and
documentation. We think documentation is a core part of the project and welcome
any improvements, suggestions, or clarifications. The procedure of contributing
to the documentation can also be found <a
href=contributing.html>here</a>.</p><p>To setup IDEs for development, following
<a href=https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup
target=_blank rel=noopener>this guide</a> on the wiki.</p><h2 id=ho [...]
+</code></pre><p>Information on contributing patches can be found <a
href=#how-to-contribute>here</a>.</p><p>Official releases are available <a
href=/downloads.html>here</a>.</p><p>The source code for the web site and
documentation can be checked out from Apache GitHub repo:</p><pre><code>git
clone -b asf-site https://github.com/apache/kafka-site.git
+</code></pre><p>We are happy to received patches for the website and
documentation. We think documentation is a core part of the project and welcome
any improvements, suggestions, or clarifications. The procedure of contributing
to the documentation can also be found <a
href=#contributing-a-change-to-the-website>here</a>.</p><p>To setup IDEs for
development, following <a
href=https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup
target=_blank rel=noopener>this guide</a> on th [...]
<span class="text-dark text-truncate d-inline-block" style=max-width:18rem>CVE
List</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=/community/downloads/
rel=next aria-label="Next: Downloads"><span class="fw-semibold
text-dark">Next:</span>
<span class="text-dark text-truncate d-inline-block text-end"
style=max-width:18rem>Downloads
</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 97b550d071..1f69a46e17 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