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

cadonna 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 9944a090 Update 3.2 documentation for RC1
9944a090 is described below

commit 9944a090e3db899d9cd0a42426aa5faeb972aa31
Author: Bruno Cadonna <[email protected]>
AuthorDate: Tue May 3 16:02:19 2022 +0200

    Update 3.2 documentation for RC1
---
 32/generated/connect_metrics.html | 4 ++--
 32/upgrade.html                   | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/32/generated/connect_metrics.html 
b/32/generated/connect_metrics.html
index bd326611..7f4b2937 100644
--- a/32/generated/connect_metrics.html
+++ b/32/generated/connect_metrics.html
@@ -1,5 +1,5 @@
-[2022-04-15 18:26:39,525] INFO Metrics scheduler closed 
(org.apache.kafka.common.metrics.Metrics:659)
-[2022-04-15 18:26:39,530] INFO Metrics reporters closed 
(org.apache.kafka.common.metrics.Metrics:669)
+[2022-05-03 14:58:45,094] INFO Metrics scheduler closed 
(org.apache.kafka.common.metrics.Metrics:659)
+[2022-05-03 14:58:45,097] INFO Metrics reporters closed 
(org.apache.kafka.common.metrics.Metrics:669)
 <table class="data-table"><tbody>
 <tr>
 <td colspan=3 class="mbeanName" style="background-color:#ccc; font-weight: 
bold;">kafka.connect:type=connect-worker-metrics</td></tr>
diff --git a/32/upgrade.html b/32/upgrade.html
index 8f264d49..f7d9bfcf 100644
--- a/32/upgrade.html
+++ b/32/upgrade.html
@@ -73,7 +73,13 @@
             via Connect worker and/or connector configuration. Connect may 
enable idempotent producers
             by default in a future major release.</li>
         <li>Kafka has replaced log4j and slf4j-log4j12 with reload4j and 
slf4j-reload4j due to security concerns.
-             More information can be found at <a 
href"https://reload4j.qos.ch";>reload4j</a>.</li>
+            This only affects modules that specify a logging backend 
(<code>connect-runtime</code> and <code>kafka-tools</code> are two such 
examples).
+            A number of modules, including <code>kafka-clients</code>, leave 
it to the application to specify the logging backend.
+            More information can be found at <a 
href"https://reload4j.qos.ch";>reload4j</a>.
+            Projects that depend on the affected modules from the Kafka 
project should use
+            <a href="https://www.slf4j.org/manual.html#swapping";>slf4j-log4j12 
version 1.7.35 or above</a> or
+            slf4j-reload4j to avoid
+            <a href="https://www.slf4j.org/codes.html#no_tlm";>possible 
compatibility issues originating from the logging framework</a>.</li>
         <li>The example connectors, <code>FileStreamSourceConnector</code> and 
<code>FileStreamSinkConnector</code>, have been 
             removed from the default classpath. To use them in Kafka Connect 
standalone or distributed mode they need to be 
             explicitly added, for example 
<code>CLASSPATH=./lib/connect-file-3.2.0.jar 
./bin/connect-distributed.sh</code>.</li>

Reply via email to