You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by kk...@apache.org on 2021/09/21 14:53:00 UTC

[kafka-site] branch asf-site updated: Updates for the 3.0.0 release

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

kkarantasis 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 bcd8e8e  Updates for the 3.0.0 release
bcd8e8e is described below

commit bcd8e8e5fa378f4c94dee075f17cd2de3a67b365
Author: Konstantine Karantasis <kk...@apache.org>
AuthorDate: Tue Sep 21 14:58:51 2021 +0300

    Updates for the 3.0.0 release
---
 28/documentation.html                              |  2 +-
 28/streams/architecture.html                       |  2 +-
 28/streams/core-concepts.html                      |  2 +-
 28/streams/developer-guide/app-reset-tool.html     |  2 +-
 28/streams/developer-guide/config-streams.html     |  2 +-
 28/streams/developer-guide/datatypes.html          |  2 +-
 28/streams/developer-guide/dsl-api.html            |  2 +-
 .../developer-guide/dsl-topology-naming.html       |  2 +-
 28/streams/developer-guide/index.html              |  2 +-
 .../developer-guide/interactive-queries.html       |  2 +-
 28/streams/developer-guide/manage-topics.html      |  2 +-
 28/streams/developer-guide/memory-mgmt.html        |  2 +-
 28/streams/developer-guide/processor-api.html      |  2 +-
 28/streams/developer-guide/running-app.html        |  2 +-
 28/streams/developer-guide/security.html           |  2 +-
 28/streams/developer-guide/testing.html            |  2 +-
 28/streams/developer-guide/write-streams.html      |  2 +-
 28/streams/index.html                              |  2 +-
 28/streams/quickstart.html                         |  2 +-
 28/streams/tutorial.html                           |  2 +-
 28/streams/upgrade-guide.html                      |  2 +-
 documentation.html                                 |  4 +-
 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                                     | 57 +++++++++++++++++++---
 intro.html                                         |  4 +-
 protocol.html                                      |  4 +-
 quickstart.html                                    |  4 +-
 uses.html                                          |  4 +-
 47 files changed, 102 insertions(+), 57 deletions(-)

diff --git a/28/documentation.html b/28/documentation.html
index 31f5702..0a8ba10 100644
--- a/28/documentation.html
+++ b/28/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 2.8 Documentation</h3>
diff --git a/28/streams/architecture.html b/28/streams/architecture.html
index a1773c5..6a948d5 100644
--- a/28/streams/architecture.html
+++ b/28/streams/architecture.html
@@ -173,7 +173,7 @@
 <div class="content documentation ">
     <!--#include virtual="../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/core-concepts.html b/28/streams/core-concepts.html
index 7391c02..595ce86 100644
--- a/28/streams/core-concepts.html
+++ b/28/streams/core-concepts.html
@@ -346,7 +346,7 @@
 <div class="content documentation ">
     <!--#include virtual="../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/app-reset-tool.html b/28/streams/developer-guide/app-reset-tool.html
index 1b90af0..094dc4d 100644
--- a/28/streams/developer-guide/app-reset-tool.html
+++ b/28/streams/developer-guide/app-reset-tool.html
@@ -162,7 +162,7 @@
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/config-streams.html b/28/streams/developer-guide/config-streams.html
index 11d825d..4992ac6 100644
--- a/28/streams/developer-guide/config-streams.html
+++ b/28/streams/developer-guide/config-streams.html
@@ -994,7 +994,7 @@
                     <div class="content documentation">
                     <!--#include virtual="../../../includes/_nav.htm" -->
                     <div class="right">
-                    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+                    <!--#include virtual="../../../includes/_docs_banner.htm" -->
                     <ul class="breadcrumbs">
                     <li><a href="/documentation">Documentation</a></li>
                     <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/datatypes.html b/28/streams/developer-guide/datatypes.html
index e6930bc..3a6428e 100644
--- a/28/streams/developer-guide/datatypes.html
+++ b/28/streams/developer-guide/datatypes.html
@@ -199,7 +199,7 @@
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/dsl-api.html b/28/streams/developer-guide/dsl-api.html
index 04c63ed..36b4501 100644
--- a/28/streams/developer-guide/dsl-api.html
+++ b/28/streams/developer-guide/dsl-api.html
@@ -3874,7 +3874,7 @@ clicksPerRegion.toStream.to(outputTopic)</code></pre>
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/dsl-topology-naming.html b/28/streams/developer-guide/dsl-topology-naming.html
index a3b2a53..3b74f29 100644
--- a/28/streams/developer-guide/dsl-topology-naming.html
+++ b/28/streams/developer-guide/dsl-topology-naming.html
@@ -310,7 +310,7 @@
 <div class="content documentation ">
 	<!--#include virtual="../../../includes/_nav.htm" -->
 	<div class="right">
-		<!--//#include virtual="../../../includes/_docs_banner.htm" -->
+		<!--#include virtual="../../../includes/_docs_banner.htm" -->
 		<ul class="breadcrumbs">
 			<li><a href="/documentation">Documentation</a></li>
 			<li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/index.html b/28/streams/developer-guide/index.html
index 19f638e..a4b0daf 100644
--- a/28/streams/developer-guide/index.html
+++ b/28/streams/developer-guide/index.html
@@ -71,7 +71,7 @@
 <div class="content documentation ">
     <!--#include virtual="../../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/interactive-queries.html b/28/streams/developer-guide/interactive-queries.html
index ad890e0..720b5d8 100644
--- a/28/streams/developer-guide/interactive-queries.html
+++ b/28/streams/developer-guide/interactive-queries.html
@@ -482,7 +482,7 @@ interactive queries</span></p>
                     <div class="content documentation ">
                     <!--#include virtual="../../../includes/_nav.htm" -->
                     <div class="right">
-                    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+                    <!--#include virtual="../../../includes/_docs_banner.htm" -->
                     <ul class="breadcrumbs">
                     <li><a href="/documentation">Documentation</a></li>
                     <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/manage-topics.html b/28/streams/developer-guide/manage-topics.html
index d65e375..d43f537 100644
--- a/28/streams/developer-guide/manage-topics.html
+++ b/28/streams/developer-guide/manage-topics.html
@@ -92,7 +92,7 @@
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/memory-mgmt.html b/28/streams/developer-guide/memory-mgmt.html
index 9aa382e..cd24b06 100644
--- a/28/streams/developer-guide/memory-mgmt.html
+++ b/28/streams/developer-guide/memory-mgmt.html
@@ -257,7 +257,7 @@ $ export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so”
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/processor-api.html b/28/streams/developer-guide/processor-api.html
index 9cabac0..b9fed38 100644
--- a/28/streams/developer-guide/processor-api.html
+++ b/28/streams/developer-guide/processor-api.html
@@ -481,7 +481,7 @@
                     <div class="content documentation ">
                     <!--#include virtual="../../../includes/_nav.htm" -->
                     <div class="right">
-                    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+                    <!--#include virtual="../../../includes/_docs_banner.htm" -->
                     <ul class="breadcrumbs">
                     <li><a href="/documentation">Documentation</a></li>
                     <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/running-app.html b/28/streams/developer-guide/running-app.html
index 87ee8f0..5d8498a 100644
--- a/28/streams/developer-guide/running-app.html
+++ b/28/streams/developer-guide/running-app.html
@@ -153,7 +153,7 @@ $ java -cp path-to-app-fatjar.jar com.example.MyStreamsApp</code></pre></div>
                     <div class="content documentation ">
                     <!--#include virtual="../../../includes/_nav.htm" -->
                     <div class="right">
-                    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+                    <!--#include virtual="../../../includes/_docs_banner.htm" -->
                     <ul class="breadcrumbs">
                     <li><a href="/documentation">Documentation</a></li>
                     <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/security.html b/28/streams/developer-guide/security.html
index 05de079..cc0955b 100644
--- a/28/streams/developer-guide/security.html
+++ b/28/streams/developer-guide/security.html
@@ -157,7 +157,7 @@ Caused by: java.security.UnrecoverableKeyException: Password verification failed
                     <div class="content documentation ">
                     <!--#include virtual="../../../includes/_nav.htm" -->
                     <div class="right">
-                    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+                    <!--#include virtual="../../../includes/_docs_banner.htm" -->
                     <ul class="breadcrumbs">
                     <li><a href="/documentation">Documentation</a></li>
                     <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/testing.html b/28/streams/developer-guide/testing.html
index ceef648..98cb34e 100644
--- a/28/streams/developer-guide/testing.html
+++ b/28/streams/developer-guide/testing.html
@@ -364,7 +364,7 @@ punctuator.punctuate(/*timestamp*/ 0L);</code></pre>
 <div class="content documentation ">
     <!--#include virtual="../../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/developer-guide/write-streams.html b/28/streams/developer-guide/write-streams.html
index 720b0c3..45daed0 100644
--- a/28/streams/developer-guide/write-streams.html
+++ b/28/streams/developer-guide/write-streams.html
@@ -219,7 +219,7 @@
 <div class="content documentation ">
   <!--#include virtual="../../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a></li>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/index.html b/28/streams/index.html
index 3d84bbf..b481597 100644
--- a/28/streams/index.html
+++ b/28/streams/index.html
@@ -294,7 +294,7 @@ object WordCountApplication extends App {
 <div class="content documentation">
   <!--#include virtual="../../includes/_nav.htm" -->
   <div class="right">
-    <!--//#include virtual="../../includes/_docs_banner.htm" -->
+    <!--#include virtual="../../includes/_docs_banner.htm" -->
     <ul class="breadcrumbs">
       <li><a href="/documentation">Documentation</a>
       <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/quickstart.html b/28/streams/quickstart.html
index 2cc48ef..b894f81 100644
--- a/28/streams/quickstart.html
+++ b/28/streams/quickstart.html
@@ -319,7 +319,7 @@ Looking beyond the scope of this concrete example, what Kafka Streams is doing h
 <div class="content documentation">
     <!--#include virtual="../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/tutorial.html b/28/streams/tutorial.html
index 2fa4dc3..6a9e390 100644
--- a/28/streams/tutorial.html
+++ b/28/streams/tutorial.html
@@ -574,7 +574,7 @@
 <div class="content documentation">
     <!--#include virtual="../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/28/streams/upgrade-guide.html b/28/streams/upgrade-guide.html
index 72ec4e0..aa2c729 100644
--- a/28/streams/upgrade-guide.html
+++ b/28/streams/upgrade-guide.html
@@ -1056,7 +1056,7 @@
 <div class="content documentation">
     <!--#include virtual="../../includes/_nav.htm" -->
     <div class="right">
-        <!--//#include virtual="../../includes/_docs_banner.htm" -->
+        <!--#include virtual="../../includes/_docs_banner.htm" -->
         <ul class="breadcrumbs">
             <li><a href="/documentation">Documentation</a></li>
             <li><a href="/documentation/streams">Kafka Streams</a></li>
diff --git a/documentation.html b/documentation.html
index 9b171b2..713ee43 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
-<!--#include virtual="28/documentation.html" -->
+<!-- should always link the latest release's documentation -->
+<!--#include virtual="30/documentation.html" -->
diff --git a/documentation/index.html b/documentation/index.html
index a9964c5..4831819 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -1,2 +1,2 @@
 <!-- should always link the latest release's documentation -->
-<!--#include virtual="../28/documentation.html" -->
+<!--#include virtual="../30/documentation.html" -->
diff --git a/documentation/streams/architecture.html b/documentation/streams/architecture.html
index d68c82d..455c38c 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="../../28/streams/architecture.html" -->
+<!--#include virtual="../../30/streams/architecture.html" -->
diff --git a/documentation/streams/core-concepts.html b/documentation/streams/core-concepts.html
index 8f6a07c..5be262d 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="../../28/streams/core-concepts.html" -->
+<!--#include virtual="../../30/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 e76121f..4a4b683 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="../../../28/streams/developer-guide/app-reset-tool.html" -->
+<!--#include virtual="../../../30/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 17ce8e4..0c5613a 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="../../../28/streams/developer-guide/config-streams.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/config-streams.html" -->
diff --git a/documentation/streams/developer-guide/datatypes.html b/documentation/streams/developer-guide/datatypes.html
index 06a3ee7..4061c0c 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="../../../28/streams/developer-guide/datatypes.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/datatypes.html" -->
diff --git a/documentation/streams/developer-guide/dsl-api.html b/documentation/streams/developer-guide/dsl-api.html
index 2a1dc4e..b160d91 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="../../../28/streams/developer-guide/dsl-api.html" -->
+<!--#include virtual="../../../30/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 0472154..e677674 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="../../../28/streams/developer-guide/dsl-topology-naming.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/dsl-topology-naming.html" -->
diff --git a/documentation/streams/developer-guide/index.html b/documentation/streams/developer-guide/index.html
index 1103a8a..edcc564 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="../../../28/streams/developer-guide/index.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/index.html" -->
diff --git a/documentation/streams/developer-guide/interactive-queries.html b/documentation/streams/developer-guide/interactive-queries.html
index 4ba4c65..ada7a47 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="../../../28/streams/developer-guide/interactive-queries.html" -->
+<!--#include virtual="../../../30/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 12091ee..9bc61ef 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="../../../28/streams/developer-guide/manage-topics.html" -->
+<!--#include virtual="../../../30/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 44f9a98..29d00eb 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="../../../28/streams/developer-guide/memory-mgmt.html" -->
+<!--#include virtual="../../../30/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 b939f29..2556b67 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="../../../28/streams/developer-guide/processor-api.html" -->
+<!--#include virtual="../../../30/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 3033a2b..4b6cbee 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="../../../28/streams/developer-guide/running-app.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/running-app.html" -->
diff --git a/documentation/streams/developer-guide/security.html b/documentation/streams/developer-guide/security.html
index 0d2e679..095eae7 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="../../../28/streams/developer-guide/security.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/security.html" -->
diff --git a/documentation/streams/developer-guide/testing.html b/documentation/streams/developer-guide/testing.html
index 076ce18..a1b71f0 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="../../../28/streams/developer-guide/testing.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/testing.html" -->
diff --git a/documentation/streams/developer-guide/write-streams.html b/documentation/streams/developer-guide/write-streams.html
index 1a7902c..fec79e1 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="../../../28/streams/developer-guide/write-streams.html" -->
+<!--#include virtual="../../../30/streams/developer-guide/write-streams.html" -->
diff --git a/documentation/streams/index.html b/documentation/streams/index.html
index cafaa58..3f41088 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="../../28/streams/index.html" -->
+<!--#include virtual="../../30/streams/index.html" -->
diff --git a/documentation/streams/quickstart.html b/documentation/streams/quickstart.html
index 1202504..5bd3783 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="../../28/streams/quickstart.html" -->
+<!--#include virtual="../../30/streams/quickstart.html" -->
diff --git a/documentation/streams/upgrade-guide.html b/documentation/streams/upgrade-guide.html
index 8cf7988..edd17ba 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="../../28/streams/upgrade-guide.html" -->
+<!--#include virtual="../../30/streams/upgrade-guide.html" -->
diff --git a/downloads.html b/downloads.html
index 5022c0c..48e46a6 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,57 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>2.8.1 is the latest release. The current stable version is 2.8.1.</p>
+    <p>3.0.0 is the latest release. The current stable version is 3.0.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.0.0"></span>
+    <h3 class="download-version">3.0.0<a href="#3.0.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released September 21, 2021
+        </li>
+        <li>
+            <a href="https://downloads.apache.org/kafka/3.0.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.0.0/kafka-3.0.0-src.tgz">kafka-3.0.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/3.0.0/kafka-3.0.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.0.0/kafka-3.0.0-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.12 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.0.0/kafka_2.12-3.0.0.tgz">kafka_2.12-3.0.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.0.0/kafka_2.12-3.0.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.0.0/kafka_2.12-3.0.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.0.0/kafka_2.13-3.0.0.tgz">kafka_2.13-3.0.0.tgz</a> (<a href="https://downloads.apache.org/kafka/3.0.0/kafka_2.13-3.0.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/3.0.0/kafka_2.13-3.0.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).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 3.0.0 includes a number of significant new features. Here is a summary of some notable changes:
+    </p>
+
+    <ul>
+        <li>The deprecation of support for Java 8 and Scala 2.12</li>
+        <li>Kafka Raft support for snapshots of the metadata topic and other improvements in the self-managed quorum</li>
+        <li>Stronger delivery guarantees for the Kafka producer enabled by default</li>
+        <li>Deprecation of message formats v0 and v1</li>
+        <li>Optimizations in OffsetFetch and FindCoordinator requests</li>
+        <li>More flexible Mirror Maker 2 configuration and deprecation of Mirror Maker 1</li>
+        <li>Ability to restart a connector's tasks on a single call in Kafka Connect</li>
+        <li>Connector log contexts and connector client overrides are now enabled by default</li>
+        <li>Enhanced semantics for timestamp synchronization in Kafka Streams</li>
+        <li>Revamped public API for Stream's TaskId</li>
+        <li>Default serde becomes null in Kafka</li>
+    </ul>
+
+    <p>
+        For more information, please read the detailed <a href="https://downloads.apache.org/kafka/3.0.0/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="2.8.1"></span>
     <h3 class="download-version">2.8.1<a href="#2.8.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>
@@ -19,16 +64,16 @@
             Released September 17, 2021
         </li>
         <li>
-            <a href="https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>
+            <a href="https://archive.apache.org/dist/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>
         </li>
         <li>
-            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka-2.8.1-src.tgz">kafka-2.8.1-src.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka-2.8.1-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka-2.8.1-src.tgz.sha512">sha512</a>)
+            Source download: <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka-2.8.1-src.tgz">kafka-2.8.1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/2.8.1/kafka-2.8.1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka-2.8.1-src.tgz.sha512">sha512</a>)
         </li>
         <li>
             Binary downloads:
             <ul>
-                <li>Scala 2.12 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka_2.12-2.8.1.tgz">kafka_2.12-2.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.12-2.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.12-2.8.1.tgz.sha512">sha512</a>)</li>
-                <li>Scala 2.13 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.1/kafka_2.13-2.8.1.tgz">kafka_2.13-2.8.1.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.13-2.8.1.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.1/kafka_2.13-2.8.1.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.12 &nbsp;- <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.12-2.8.1.tgz">kafka_2.12-2.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.12-2.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.12-2.8.1.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.13-2.8.1.tgz">kafka_2.13-2.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.13-2.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/2.8.1/kafka_2.13-2.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).
@@ -37,7 +82,7 @@
 
     <p>
         Kafka 2.8.1 fixes 49 issues since the 2.8.0 release.
-        For more information, please read the detailed <a href="https://downloads.apache.org/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>.
+        For more information, please read the detailed <a href="https://archive.apache.org/dist/kafka/2.8.1/RELEASE_NOTES.html">Release Notes</a>.
     </p>
 
     <span id="2.8.0"></span>
diff --git a/intro.html b/intro.html
index cf55b03..a8090da 100644
--- a/intro.html
+++ b/intro.html
@@ -19,8 +19,8 @@
       </div>
       
     </div>
-<!-- should always link the the latest release's documentation -->
-    <!--#include virtual="/28/introduction.html" -->
+<!-- should always link the latest release's documentation -->
+    <!--#include virtual="/30/introduction.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->
 
diff --git a/protocol.html b/protocol.html
index 18ab5a4..b295867 100644
--- a/protocol.html
+++ b/protocol.html
@@ -1,2 +1,2 @@
-<!-- should always link the the latest release's documentation -->
-<!--#include virtual="28/protocol.html" -->
+<!-- should always link the latest release's documentation -->
+<!--#include virtual="30/protocol.html" -->
diff --git a/quickstart.html b/quickstart.html
index 74fcb35..3aa1bab 100644
--- a/quickstart.html
+++ b/quickstart.html
@@ -18,8 +18,8 @@
       </div>
       
     </div>
-<!-- should always link the the latest release's documentation -->
-    <!--#include virtual="28/quickstart.html" -->
+<!-- should always link the latest release's documentation -->
+    <!--#include virtual="30/quickstart.html" -->
 <!--#include virtual="includes/_footer.htm" -->
 <script>
 // Show selected style on nav item
diff --git a/uses.html b/uses.html
index 13aa969..f5b94da 100644
--- a/uses.html
+++ b/uses.html
@@ -6,8 +6,8 @@
   <div class="right">
 		<h1 class="content-title">Use cases</h1>
 
-<!-- should always link the the latest release's documentation -->
-<!--#include virtual="28/uses.html" -->
+<!-- should always link the latest release's documentation -->
+<!--#include virtual="30/uses.html" -->
 
 <!--#include virtual="includes/_footer.htm" -->