DBZ-5928 Fix required Java version in Install docs

This commit is contained in:
Vojtech Juranek 2022-12-13 18:33:03 +01:00 committed by Jiri Pechanec
parent 17c99fadd2
commit 862992902d

View File

@ -62,8 +62,7 @@ Alternatively, you can add further directories to the plugin path by specifying
(e.g. `-e KAFKA_CONNECT_PLUGINS_DIR=/kafka/connect/,/path/to/further/plugins`).
When using the container image for Kafka Connect provided by Confluent, you can specify the `CONNECT_PLUGIN_PATH` environment variable to achieve the same.
Note that Java 8 or later is required to run the {prodname} connectors.
Java 11 or later is required for running {prodname} UI.
Note that Java 11 or later is required to run the {prodname} connectors or {prodname} UI.
ifeval::['{page-version}' != 'main']
=== Consuming Snapshot Releases