You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2023/02/07 02:11:59 UTC

[kafka-site] branch 34-release created (now 753e9126)

This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a change to branch 34-release
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


      at 753e9126 Update website for 3.4.0 release

This branch includes the following new commits:

     new 753e9126 Update website for 3.4.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka-site] 01/01: Update website for 3.4.0 release

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch 34-release
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit 753e91267201218692b84b05aed7b5ba059e8f04
Author: David Arthur <mu...@gmail.com>
AuthorDate: Mon Feb 6 21:11:46 2023 -0500

    Update website for 3.4.0 release
---
 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                                     | 30 +++++++++++++++++++++-
 intro.html                                         |  2 +-
 protocol.html                                      |  2 +-
 quickstart.html                                    |  2 +-
 uses.html                                          |  2 +-
 26 files changed, 54 insertions(+), 26 deletions(-)

diff --git a/documentation.html b/documentation.html
index de631f9a..0e433e5a 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="33/documentation.html" -->
+<!--#include virtual="34/documentation.html" -->
diff --git a/documentation/index.html b/documentation/index.html
index e6239cd4..0cf76441 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../33/documentation.html" -->
+<!--#include virtual="../34/documentation.html" -->
diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html
index 0fb921d3..729ddc14 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="../../33/streams/architecture.html" -->
+<!--#include virtual="../../34/streams/architecture.html" -->
diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html
index 43f2744f..6f5f3821 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="../../33/streams/core-concepts.html" -->
+<!--#include virtual="../../34/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 470c8b6f..fddf9f17 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="../../../33/streams/developer-guide/app-reset-tool.html" -->
+<!--#include virtual="../../../34/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 70890fba..3af93eaa 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="../../../33/streams/developer-guide/config-streams.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/config-streams.html" -->
diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html
index bfaf0bbc..07aca2c3 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="../../../33/streams/developer-guide/datatypes.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/datatypes.html" -->
diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html
index be4f0e6f..3cacf852 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="../../../33/streams/developer-guide/dsl-api.html" -->
+<!--#include virtual="../../../34/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 43efc099..0a000a70 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="../../../33/streams/developer-guide/dsl-topology-naming.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/dsl-topology-naming.html" -->
diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html
index 407ef106..8d676500 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="../../../33/streams/developer-guide/index.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/index.html" -->
diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html
index 463871c2..94cf17a3 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="../../../33/streams/developer-guide/interactive-queries.html" -->
+<!--#include virtual="../../../34/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 73de199f..96072ce5 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="../../../33/streams/developer-guide/manage-topics.html" -->
+<!--#include virtual="../../../34/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 196285a8..4856b9c6 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="../../../33/streams/developer-guide/memory-mgmt.html" -->
+<!--#include virtual="../../../34/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 4942e1d9..965ffb35 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="../../../33/streams/developer-guide/processor-api.html" -->
+<!--#include virtual="../../../34/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 64b83c1b..9844a77e 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="../../../33/streams/developer-guide/running-app.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/running-app.html" -->
diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html
index 7f0960ad..7ffeb7bb 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="../../../33/streams/developer-guide/security.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/security.html" -->
diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html
index 25155e67..447dda4a 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="../../../33/streams/developer-guide/testing.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/testing.html" -->
diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html
index 484f35d9..8b2b786a 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="../../../33/streams/developer-guide/write-streams.html" -->
+<!--#include virtual="../../../34/streams/developer-guide/write-streams.html" -->
diff --git a/documentation/streams/index.html b/documentation/streams/index.html
index 7e563c90..3ddb63a3 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="../../33/streams/index.html" -->
+<!--#include virtual="../../34/streams/index.html" -->
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
index 4180bcc5..6371e9b6 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="../../33/streams/quickstart.html" -->
+<!--#include virtual="../../34/streams/quickstart.html" -->
diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html
index 51eb02da..7418ab2b 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="../../33/streams/upgrade-guide.html" -->
+<!--#include virtual="../../34/streams/upgrade-guide.html" -->
diff --git a/downloads.html b/downloads.html
index 78cf6946..dc38daca 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,40 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>3.3.2 is the latest release. The current stable version is 3.3.2.</p>
+    <p>3.4.0 is the latest release. The current stable version is 3.4.0</p>
 
     <p>
     You can verify your download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://downloads.apache.org/kafka/KEYS">KEYS</a>.
     </p>
 
+    <span id="3.4.0"></span>
+    <h3 class="download-version">3.4.0<a href="#3.4.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released Feb 7, 2023
+        </li>
+        <li>
+            <a href="https://downloads.apache.org/kafka/3.4.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://downloads.apache.org/kafka/3.4.0/kafka-3.4.0-src.tgz">kafka-3.4.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.4.0/kafka-3.4.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.4.0/kafka-3.4.0-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.12 &nbsp;- <a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz">kafka_2.12-3.4.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.12-3.4.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.13-3.4.0.tgz">kafka_2.13-3.4.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.13-3.4.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.4.0/kafka_2.13-3..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.4.0 includes a significant number of new features and fixes.
+        For more information, please read the detailed <a href="https://downloads.apache.org/kafka/3.4.0/RELEASE_NOTES.html">Release Notes</a>
+    </p>
+
     <span id="3.3.2"></span>
     <h3 class="download-version">3.3.2<a href="#3.3.2"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>
diff --git a/intro.html b/intro.html
index eaa5cc87..c8445e24 100644
--- a/intro.html
+++ b/intro.html
@@ -29,7 +29,7 @@
         </div>
     </div>
 <!-- should always link the latest release's documentation -->
-    <!--#include virtual="/33/introduction.html" -->
+    <!--#include virtual="/34/introduction.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->
 
diff --git a/protocol.html b/protocol.html
index 0583a1cb..1103707b 100644
--- a/protocol.html
+++ b/protocol.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="33/protocol.html" -->
+<!--#include virtual="34/protocol.html" -->
diff --git a/quickstart.html b/quickstart.html
index b723df21..ab6e9d0a 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -30,7 +30,7 @@
     </div>
 
 <!-- should always link the latest release's documentation -->
-    <!--#include virtual="33/quickstart.html" -->
+    <!--#include virtual="34/quickstart.html" -->
 <!--#include virtual="includes/_footer.htm" -->
 <script>
 // Show selected style on nav item
diff --git a/uses.html b/uses.html
index c877f91a..ff928368 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="33/uses.html" -->
+<!--#include virtual="34/uses.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->