forked from strimzi/strimzi-kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka-versions.yaml
45 lines (43 loc) · 2.68 KB
/
kafka-versions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This file is used to specify the versions of Kafka which will be built
# and supported by the Cluster Operator. It affects both compile time and runtime:
# * The docker images built (see docker-images/build.sh)
# * The KAFKA_IMAGE_MAP configuring the CO in the helm-charts (see helm-charts/kafka-version-tpl.sh)
# * The io.strimzi.operator.cluster.model.KafkaVersion's loaded at runtime
# * Documentation snippets generated by `make docu_versions`
# The idea is that this is the single place you need to update when changing the supported Kafka versions
# Format of this file:
# <version> is the kafka version number
# <default> when `true` this is the version to be used by the CO by default when a `Kafka` resource lacks an explicit version. Only one Kafka version can be marked as default.
# <protocol> is the default `inter.broker.protocol.version` used by this Kafka version
# <format> is the default `log.message.format.version` used by this Kafka version
# <url> is the remote (using prefix 'http://' or 'https://') or local (using prefix 'file://') address of the Kafka binary tar archive for this version of Kafka. When using a local file path the absolute path to the binary archive should be used. It is assumed in both cases that the name of the file forms the last section of the path.
# <checksum> is the SHA512 checksum of the Kafka binary which is specified in the 'url' field.
# <zookeeper> is the version of zookeeper required by this version of Kafka.
# <third-party-libs> is the version string for the third party libraries
# <unsupported-features> is a list of Strimzi features that are not supported by this Kafka version
#- version: 2.3.0
#format: 2.3
#protocol: 2.3
#url: https://archive.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz
#checksum: A5ED591AB304A1F16F7FD64183871E38AABF814A2C1CA86BB3D064C83E85A6463D3C55F4D707A29FC3D7994DD7BA1F790B5A6219C6DFFDF472AFD99CEE37892E
#zookeeper: 3.4.14
#third-party-libs: 2.3.x
#default: false
#unsupported-features: kafkaMirrorMaker2
- version: 2.3.1
format: 2.3
protocol: 2.3
url: https://archive.apache.org/dist/kafka/2.3.1/kafka_2.12-2.3.1.tgz
checksum: B9FD57DE7D9691C89CF668901E5E29728F10249667611A0603C322C8823EC2D5568B51EB1A570D4D9119CD4E44E84B590CAB99B33A0355EBAC37811A7D453608
zookeeper: 3.4.14
third-party-libs: 2.3.x
default: false
unsupported-features: kafkaMirrorMaker2
- version: 2.4.0
format: 2.4
protocol: 2.4
url: https://archive.apache.org/dist/kafka/2.4.0/kafka_2.12-2.4.0.tgz
checksum: 53B52F86EA56C9FAC62046524F03F75665A089EA2DAE554AEFE3A3D2694F2DA88B5BA8725D8BE55F198BA80695443559ED9DE7C0B2A2817F7A6141008FF79F49
zookeeper: 3.5.6
third-party-libs: 2.4.x
default: true