This is an automated email from the ASF dual-hosted git repository. mimaison pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new e63ee1df8 MINOR: Make 4.1 the default docs + update downloads page (#714) e63ee1df8 is described below commit e63ee1df8649ead6317ea13c1a6ace67fa5da9cb Author: Mickael Maison <mimai...@users.noreply.github.com> AuthorDate: Thu Sep 4 11:39:05 2025 +0200 MINOR: Make 4.1 the default docs + update downloads page (#714) Reviewers: Luke Chen <show...@gmail.com>, Kuan-Po Tseng <brandb...@gmail.com> --- 40/documentation.html | 2 +- documentation.html | 2 +- documentation/index.html | 2 +- documentation/streams/architecture.html | 2 +- documentation/streams/core-concepts.html | 2 +- .../streams/developer-guide/app-reset-tool.html | 2 +- .../streams/developer-guide/config-streams.html | 2 +- .../streams/developer-guide/datatypes.html | 2 +- documentation/streams/developer-guide/dsl-api.html | 2 +- .../developer-guide/dsl-topology-naming.html | 2 +- documentation/streams/developer-guide/index.html | 2 +- .../developer-guide/interactive-queries.html | 2 +- .../streams/developer-guide/manage-topics.html | 2 +- .../streams/developer-guide/memory-mgmt.html | 2 +- .../streams/developer-guide/processor-api.html | 2 +- .../streams/developer-guide/running-app.html | 2 +- .../streams/developer-guide/security.html | 2 +- documentation/streams/developer-guide/testing.html | 2 +- .../streams/developer-guide/write-streams.html | 2 +- documentation/streams/index.html | 2 +- documentation/streams/quickstart.html | 2 +- documentation/streams/upgrade-guide.html | 2 +- downloads.html | 110 +++++++++++++-------- intro.html | 2 +- protocol.html | 2 +- uses.html | 2 +- 26 files changed, 93 insertions(+), 67 deletions(-) diff --git a/40/documentation.html b/40/documentation.html index b142263ac..16b5b2190 100644 --- a/40/documentation.html +++ b/40/documentation.html @@ -30,7 +30,7 @@ <!--#include virtual="toc.html" --> </div> <div class="right"> - <!--//#include virtual="../includes/_docs_banner.htm" --> + <!--#include virtual="../includes/_docs_banner.htm" --> <h1>Documentation</h1> <h3>Kafka 4.0 Documentation</h3> diff --git a/documentation.html b/documentation.html index 288f45dc9..2aaef1a35 100644 --- a/documentation.html +++ b/documentation.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="40/documentation.html" --> +<!--#include virtual="41/documentation.html" --> diff --git a/documentation/index.html b/documentation/index.html index 9dc89d60b..f803505bf 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../40/documentation.html" --> +<!--#include virtual="../41/documentation.html" --> diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html index 54c770f07..16d126d43 100644 --- a/documentation/streams/architecture.html +++ b/documentation/streams/architecture.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../40/streams/architecture.html" --> +<!--#include virtual="../../41/streams/architecture.html" --> diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html index 3c3a27526..a42088af3 100644 --- a/documentation/streams/core-concepts.html +++ b/documentation/streams/core-concepts.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../40/streams/core-concepts.html" --> +<!--#include virtual="../../41/streams/core-concepts.html" --> diff --git a/documentation/streams/developer-guide/app-reset-tool.html b/documentation/streams/developer-guide/app-reset-tool.html index e8f56e285..80e793d34 100644 --- a/documentation/streams/developer-guide/app-reset-tool.html +++ b/documentation/streams/developer-guide/app-reset-tool.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/app-reset-tool.html" --> +<!--#include virtual="../../../41/streams/developer-guide/app-reset-tool.html" --> diff --git a/documentation/streams/developer-guide/config-streams.html b/documentation/streams/developer-guide/config-streams.html index a8dd2543d..da6831b87 100644 --- a/documentation/streams/developer-guide/config-streams.html +++ b/documentation/streams/developer-guide/config-streams.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/config-streams.html" --> +<!--#include virtual="../../../41/streams/developer-guide/config-streams.html" --> diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html index 08c6f32b8..92b6474f0 100644 --- a/documentation/streams/developer-guide/datatypes.html +++ b/documentation/streams/developer-guide/datatypes.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/datatypes.html" --> +<!--#include virtual="../../../41/streams/developer-guide/datatypes.html" --> diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html index 6674cae59..d06ad6adb 100644 --- a/documentation/streams/developer-guide/dsl-api.html +++ b/documentation/streams/developer-guide/dsl-api.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/dsl-api.html" --> +<!--#include virtual="../../../41/streams/developer-guide/dsl-api.html" --> diff --git a/documentation/streams/developer-guide/dsl-topology-naming.html b/documentation/streams/developer-guide/dsl-topology-naming.html index e15775d0d..2bc44390e 100644 --- a/documentation/streams/developer-guide/dsl-topology-naming.html +++ b/documentation/streams/developer-guide/dsl-topology-naming.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/dsl-topology-naming.html" --> +<!--#include virtual="../../../41/streams/developer-guide/dsl-topology-naming.html" --> diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html index e7d99f33d..fe4cb6670 100644 --- a/documentation/streams/developer-guide/index.html +++ b/documentation/streams/developer-guide/index.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/index.html" --> +<!--#include virtual="../../../41/streams/developer-guide/index.html" --> diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html index 87ad3f4db..026fabf9e 100644 --- a/documentation/streams/developer-guide/interactive-queries.html +++ b/documentation/streams/developer-guide/interactive-queries.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/interactive-queries.html" --> +<!--#include virtual="../../../41/streams/developer-guide/interactive-queries.html" --> diff --git a/documentation/streams/developer-guide/manage-topics.html b/documentation/streams/developer-guide/manage-topics.html index cfe17ca5d..4adcd56cd 100644 --- a/documentation/streams/developer-guide/manage-topics.html +++ b/documentation/streams/developer-guide/manage-topics.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/manage-topics.html" --> +<!--#include virtual="../../../41/streams/developer-guide/manage-topics.html" --> diff --git a/documentation/streams/developer-guide/memory-mgmt.html b/documentation/streams/developer-guide/memory-mgmt.html index 5cdceaf31..c5f2f351b 100644 --- a/documentation/streams/developer-guide/memory-mgmt.html +++ b/documentation/streams/developer-guide/memory-mgmt.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/memory-mgmt.html" --> +<!--#include virtual="../../../41/streams/developer-guide/memory-mgmt.html" --> diff --git a/documentation/streams/developer-guide/processor-api.html b/documentation/streams/developer-guide/processor-api.html index 67f5f4d00..68cb2becb 100644 --- a/documentation/streams/developer-guide/processor-api.html +++ b/documentation/streams/developer-guide/processor-api.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/processor-api.html" --> +<!--#include virtual="../../../41/streams/developer-guide/processor-api.html" --> diff --git a/documentation/streams/developer-guide/running-app.html b/documentation/streams/developer-guide/running-app.html index 6f9980b0c..1208a7684 100644 --- a/documentation/streams/developer-guide/running-app.html +++ b/documentation/streams/developer-guide/running-app.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/running-app.html" --> +<!--#include virtual="../../../41/streams/developer-guide/running-app.html" --> diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html index 713349f87..5f8f7cd95 100644 --- a/documentation/streams/developer-guide/security.html +++ b/documentation/streams/developer-guide/security.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/security.html" --> +<!--#include virtual="../../../41/streams/developer-guide/security.html" --> diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html index efd5252d3..2712e492d 100644 --- a/documentation/streams/developer-guide/testing.html +++ b/documentation/streams/developer-guide/testing.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/testing.html" --> +<!--#include virtual="../../../41/streams/developer-guide/testing.html" --> diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html index 641267ad6..841d7d14f 100644 --- a/documentation/streams/developer-guide/write-streams.html +++ b/documentation/streams/developer-guide/write-streams.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../../40/streams/developer-guide/write-streams.html" --> +<!--#include virtual="../../../41/streams/developer-guide/write-streams.html" --> diff --git a/documentation/streams/index.html b/documentation/streams/index.html index c56b524da..907c8957a 100644 --- a/documentation/streams/index.html +++ b/documentation/streams/index.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../40/streams/index.html" --> +<!--#include virtual="../../41/streams/index.html" --> diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html index 8d2cbd75d..225bc64a0 100644 --- a/documentation/streams/quickstart.html +++ b/documentation/streams/quickstart.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../40/streams/quickstart.html" --> +<!--#include virtual="../../41/streams/quickstart.html" --> diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html index 1fba9c4d5..34ec40158 100644 --- a/documentation/streams/upgrade-guide.html +++ b/documentation/streams/upgrade-guide.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="../../40/streams/upgrade-guide.html" --> +<!--#include virtual="../../41/streams/upgrade-guide.html" --> diff --git a/downloads.html b/downloads.html index d2606090d..78531f899 100644 --- a/downloads.html +++ b/downloads.html @@ -13,41 +13,36 @@ <h2>Supported releases</h2> - <span id="3.9.1"></span> - <h3 class="download-version">3.9.1<a href="#3.9.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> + <span id="4.1.0"></span> + <h3 class="download-version">4.1.0<a href="#4.1.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> <ul> <li> - Released May 21, 2025 + Released September 2, 2025 </li> <li> - <a href="https://dlcdn.apache.org/kafka/3.9.1/RELEASE_NOTES.html">Release Notes</a> + <a href="https://dlcdn.apache.org/kafka/4.1.0/RELEASE_NOTES.html">Release Notes</a> </li> <li> - Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.9.1/images/sha256-5862db4a63a6dd7d46fd14771b10a1b39e069c2c47f17d8e4640f960720a0ead">apache/kafka:3.9.1</a>. + Docker image: <a href="https://hub.docker.com/layers/apache/kafka/4.1.0/images/sha256-bce21a1a56707320ce239d743143bf4359ba45da27d31a5236f2169001eec751">apache/kafka:4.1.0</a>. </li> <li> - Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/3.9.1/images/sha256-985da4a187ec9439df26a945984f894048ea67b2936d85a0cef273b16e32a113">apache/kafka-native:3.9.1</a>. + Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/4.1.0/images/sha256-65d2078ae11c42356d3da7a088b96faab3faca3e738856df1a1829ae3829d9e2">apache/kafka-native:4.1.0</a>. </li> <li> <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - Source download: <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz">kafka-3.9.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz.sha512">sha512</a>) + Source download: <a href="https://dlcdn.apache.org/kafka/4.1.0/kafka-4.1.0-src.tgz">kafka-4.1.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/4.1.0/kafka-4.1.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/4.1.0/kafka-4.1.0-src.tgz.sha512">sha512</a>) </li> <li> - Binary downloads: - <ul> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - <li>Scala 2.12 - <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz">kafka_2.12-3.9.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz.sha512">sha512</a>)</li> - <li>Scala 2.13 - <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz">kafka_2.13-3.9.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz.sha512">sha512</a>)</li> - </ul> - 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). + <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> + Binary download: <a href="https://dlcdn.apache.org/kafka/4.1.0/kafka_2.13-4.1.0.tgz">kafka_2.13-4.1.0.tgz</a> (<a href="https://downloads.apache.org/kafka/4.1.0/kafka_2.13-4.1.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/4.1.0/kafka_2.13-4.1.0.tgz.sha512">sha512</a>) </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#apache_kafka_391_release_announcement" target="_blank">blog post</a> - and the detailed <a href="https://dlcdn.apache.org/kafka/3.9.1/RELEASE_NOTES.html">Release Notes</a>. + Kafka 4.1.0 includes a significant number of new features and fixes. + For more information, please read our <a href="https://kafka.apache.org/blog#apache_kafka_410_release_announcement" target="_blank">blog post</a>, + the detailed <a href="https://kafka.apache.org/documentation#upgrade_4_1_0">Upgrade Notes</a> + and the <a href="https://dlcdn.apache.org/kafka/4.1.0/RELEASE_NOTES.html">Release Notes</a>. </p> <span id="4.0.0"></span> @@ -78,10 +73,49 @@ <p> Kafka 4.0.0 includes a significant number of new features and fixes. For more information, please read our <a href="https://kafka.apache.org/blog#apache_kafka_400_release_announcement" target="_blank">blog post</a>, - the detailed <a href="https://kafka.apache.org/documentation#upgrade_4_0_0">Upgrade Notes</a> and + the detailed <a href="https://kafka.apache.org/documentation#upgrade_4_0_0">Upgrade Notes</a> and the <a href="https://dlcdn.apache.org/kafka/4.0.0/RELEASE_NOTES.html">Release Notes</a>. </p> + <span id="3.9.1"></span> + <h3 class="download-version">3.9.1<a href="#3.9.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> + <ul> + <li> + Released May 21, 2025 + </li> + <li> + <a href="https://dlcdn.apache.org/kafka/3.9.1/RELEASE_NOTES.html">Release Notes</a> + </li> + <li> + Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.9.1/images/sha256-5862db4a63a6dd7d46fd14771b10a1b39e069c2c47f17d8e4640f960720a0ead">apache/kafka:3.9.1</a>. + </li> + <li> + Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/3.9.1/images/sha256-985da4a187ec9439df26a945984f894048ea67b2936d85a0cef273b16e32a113">apache/kafka-native:3.9.1</a>. + </li> + <li> + <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> + Source download: <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz">kafka-3.9.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka-3.9.1-src.tgz.sha512">sha512</a>) + </li> + <li> + Binary downloads: + <ul> + <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> + <li>Scala 2.12 - <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz">kafka_2.12-3.9.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.12-3.9.1.tgz.sha512">sha512</a>)</li> + <li>Scala 2.13 - <a href="https://dlcdn.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz">kafka_2.13-3.9.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.1/kafka_2.13-3.9.1.tgz.sha512">sha512</a>)</li> + </ul> + 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> + + <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#apache_kafka_391_release_announcement" target="_blank">blog post</a> + and the detailed <a href="https://dlcdn.apache.org/kafka/3.9.1/RELEASE_NOTES.html">Release Notes</a>. + </p> + + <h2>Archived releases</h2> + <span id="3.9.0"></span> <h3 class="download-version">3.9.0<a href="#3.9.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> <ul> @@ -89,7 +123,7 @@ Released November 6, 2024 </li> <li> - <a href="https://dlcdn.apache.org/kafka/3.9.0/RELEASE_NOTES.html">Release Notes</a> + <a href="https://archive.apache.org/dist/kafka/3.9.0/RELEASE_NOTES.html">Release Notes</a> </li> <li> Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.9.0/images/sha256-be37a49a4466f6620e2b67614dc2185e35d0e02e5cdc04ad5735ddd368a76b3e">apache/kafka:3.9.0</a>. @@ -98,15 +132,13 @@ Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/3.9.0/images/sha256-ecf23c833391b00803876332b8642e261e675237e133cba8bc6a59ab8292a4a6">apache/kafka-native:3.9.0</a>. </li> <li> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - Source download: <a href="https://dlcdn.apache.org/kafka/3.9.0/kafka-3.9.0-src.tgz">kafka-3.9.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.0/kafka-3.9.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.0/kafka-3.9.0-src.tgz.sha512">sha512</a>) + Source download: <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka-3.9.0-src.tgz">kafka-3.9.0-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.9.0/kafka-3.9.0-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka-3.9.0-src.tgz.sha512">sha512</a>) </li> <li> Binary downloads: <ul> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - <li>Scala 2.12 - <a href="https://dlcdn.apache.org/kafka/3.9.0/kafka_2.12-3.9.0.tgz">kafka_2.12-3.9.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.0/kafka_2.12-3.9.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.0/kafka_2.12-3.9.0.tgz.sha512">sha512</a>)</li> - <li>Scala 2.13 - <a href="https://dlcdn.apache.org/kafka/3.9.0/kafka_2.13-3.9.0.tgz">kafka_2.13-3.9.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.9.0/kafka_2.13-3.9.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.9.0/kafka_2.13-3.9.0.tgz.sha512">sha512</a>)</li> + <li>Scala 2.12 - <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.12-3.9.0.tgz">kafka_2.12-3.9.0.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.12-3.9.0.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.12-3.9.0.tgz.sha512">sha512</a>)</li> + <li>Scala 2.13 - <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.13-3.9.0.tgz">kafka_2.13-3.9.0.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.13-3.9.0.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.9.0/kafka_2.13-3.9.0.tgz.sha512">sha512</a>)</li> </ul> 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). @@ -116,7 +148,7 @@ <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#apache_kafka_390_release_announcement" target="_blank">blog post</a> - and the detailed <a href="https://dlcdn.apache.org/kafka/3.9.0/RELEASE_NOTES.html">Release Notes</a>. + and the detailed <a href="https://archive.apache.org/dist/kafka/3.9.0/RELEASE_NOTES.html">Release Notes</a>. </p> <span id="3.8.1"></span> @@ -126,7 +158,7 @@ Released October 29, 2024 </li> <li> - <a href="https://dlcdn.apache.org/kafka/3.8.1/RELEASE_NOTES.html">Release Notes</a> + <a href="https://archive.apache.org/dist/kafka/3.8.1/RELEASE_NOTES.html">Release Notes</a> </li> <li> Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.8.1/images/sha256-be37a49a4466f6620e2b67614dc2185e35d0e02e5cdc04ad5735ddd368a76b3e">apache/kafka:3.8.1</a>. @@ -135,15 +167,13 @@ Docker Native image: <a href="https://hub.docker.com/layers/apache/kafka-native/3.8.1/images/sha256-ecf23c833391b00803876332b8642e261e675237e133cba8bc6a59ab8292a4a6">apache/kafka-native:3.8.1</a>. </li> <li> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - Source download: <a href="https://dlcdn.apache.org/kafka/3.8.1/kafka-3.8.1-src.tgz">kafka-3.8.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.8.1/kafka-3.8.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.8.1/kafka-3.8.1-src.tgz.sha512">sha512</a>) + Source download: <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka-3.8.1-src.tgz">kafka-3.8.1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.8.1/kafka-3.8.1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka-3.8.1-src.tgz.sha512">sha512</a>) </li> <li> Binary downloads: <ul> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - <li>Scala 2.12 - <a href="https://dlcdn.apache.org/kafka/3.8.1/kafka_2.12-3.8.1.tgz">kafka_2.12-3.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.8.1/kafka_2.12-3.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.8.1/kafka_2.12-3.8.1.tgz.sha512">sha512</a>)</li> - <li>Scala 2.13 - <a href="https://dlcdn.apache.org/kafka/3.8.1/kafka_2.13-3.8.1.tgz">kafka_2.13-3.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/3.8.1/kafka_2.13-3.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.8.1/kafka_2.13-3.8.1.tgz.sha512">sha512</a>)</li> + <li>Scala 2.12 - <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.12-3.8.1.tgz">kafka_2.12-3.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.12-3.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.12-3.8.1.tgz.sha512">sha512</a>)</li> + <li>Scala 2.13 - <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.13-3.8.1.tgz">kafka_2.13-3.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.13-3.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.8.1/kafka_2.13-3.8.1.tgz.sha512">sha512</a>)</li> </ul> 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). @@ -153,7 +183,7 @@ <p> Kafka 3.8.1 fixes 17 issues since the 3.8.0 release. For more information, please read our <a href="https://kafka.apache.org/blog#apache_kafka_381_release_announcement" target="_blank">blog post</a> - and the detailed <a href="https://dlcdn.apache.org/kafka/3.8.1/RELEASE_NOTES.html">Release Notes</a>. + and the detailed <a href="https://archive.apache.org/dist/kafka/3.8.1/RELEASE_NOTES.html">Release Notes</a>. </p> <span id="3.7.2"></span> @@ -163,21 +193,19 @@ Released Dec 13, 2024 </li> <li> - <a href="https://dlcdn.apache.org/kafka/3.7.2/RELEASE_NOTES.html">Release Notes</a> + <a href="https://archive.apache.org/dist/kafka/3.7.2/RELEASE_NOTES.html">Release Notes</a> </li> <li> Docker image: <a href="https://hub.docker.com/layers/apache/kafka/3.7.2/images/sha256-e81f67cd3ca9c018d9b6a2d2354dc6067a5a25908c642383c652f0c6b3e8c4a4">apache/kafka:3.7.2</a>. </li> <li> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - Source download: <a href="https://dlcdn.apache.org/kafka/3.7.2/kafka-3.7.2-src.tgz">kafka-3.7.2-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.2/kafka-3.7.2-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.2/kafka-3.7.2-src.tgz.sha512">sha512</a>) + Source download: <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka-3.7.2-src.tgz">kafka-3.7.2-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.7.2/kafka-3.7.2-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka-3.7.2-src.tgz.sha512">sha512</a>) </li> <li> Binary downloads: <ul> - <!-- Note that source/binary downloads should point to `dlcdn.apache.org` but checksum files must point to `downloads.apache.org` --> - <li>Scala 2.12 - <a href="https://dlcdn.apache.org/kafka/3.7.2/kafka_2.12-3.7.2.tgz">kafka_2.12-3.7.2.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.2/kafka_2.12-3.7.2.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.2/kafka_2.12-3.7.2.tgz.sha512">sha512</a>)</li> - <li>Scala 2.13 - <a href="https://dlcdn.apache.org/kafka/3.7.2/kafka_2.13-3.7.2.tgz">kafka_2.13-3.7.2.tgz</a> (<a href="https://downloads.apache.org/kafka/3.7.2/kafka_2.13-3.7.2.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.7.2/kafka_2.13-3.7.2.tgz.sha512">sha512</a>)</li> + <li>Scala 2.12 - <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.12-3.7.2.tgz">kafka_2.12-3.7.2.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.12-3.7.2.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.12-3.7.2.tgz.sha512">sha512</a>)</li> + <li>Scala 2.13 - <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.13-3.7.2.tgz">kafka_2.13-3.7.2.tgz</a> (<a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.13-3.7.2.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/3.7.2/kafka_2.13-3.7.2.tgz.sha512">sha512</a>)</li> </ul> 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). @@ -186,11 +214,9 @@ <p> Kafka 3.7.2 fixes 22 issues since the 3.7.1 release. - For more information, please read the detailed <a href="https://dlcdn.apache.org/kafka/3.7.2/RELEASE_NOTES.html">Release Notes</a>. + For more information, please read the detailed <a href="https://archive.apache.org/dist/kafka/3.7.2/RELEASE_NOTES.html">Release Notes</a>. </p> - <h2>Archived releases</h2> - <span id="3.8.0"></span> <h3 class="download-version">3.8.0<a href="#3.8.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> <ul> diff --git a/intro.html b/intro.html index 798f6eee6..de57606e5 100644 --- a/intro.html +++ b/intro.html @@ -29,7 +29,7 @@ </div> </div> <!-- should always link the latest release's documentation --> - <!--#include virtual="/40/introduction.html" --> + <!--#include virtual="/41/introduction.html" --> <!--#include virtual="includes/_footer.htm" --> diff --git a/protocol.html b/protocol.html index 2240650fa..186b876e6 100644 --- a/protocol.html +++ b/protocol.html @@ -1,2 +1,2 @@ <!-- should always link the latest release's documentation --> -<!--#include virtual="40/protocol.html" --> +<!--#include virtual="41/protocol.html" --> diff --git a/uses.html b/uses.html index 40b83cadd..5762d0ac0 100644 --- a/uses.html +++ b/uses.html @@ -7,7 +7,7 @@ <h1 class="content-title">Use cases</h1> <!-- should always link the latest release's documentation --> -<!--#include virtual="40/uses.html" --> +<!--#include virtual="41/uses.html" --> <!--#include virtual="includes/_footer.htm" -->