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 @@
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.
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
.