diff --git a/docs/upgrade.html b/docs/upgrade.html index 8f264d49fc107..f7d9bfcf364ac 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -73,7 +73,13 @@
Notable changes in 3 via Connect worker and/or connector configuration. Connect may enable idempotent producers by default in a future major release.
  • Kafka has replaced log4j and slf4j-log4j12 with reload4j and slf4j-reload4j due to security concerns. - More information can be found at reload4j.
  • + This only affects modules that specify a logging backend (connect-runtime and kafka-tools are two such examples). + A number of modules, including kafka-clients, leave it to the application to specify the logging backend. + More information can be found at reload4j. + Projects that depend on the affected modules from the Kafka project should use + slf4j-log4j12 version 1.7.35 or above or + slf4j-reload4j to avoid + possible compatibility issues originating from the logging framework.
  • The example connectors, FileStreamSourceConnector and FileStreamSinkConnector, 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 CLASSPATH=./lib/connect-file-3.2.0.jar ./bin/connect-distributed.sh.