Cloudera Distribution of Apache Kafka Version and Packaging Information
Examples of Versions
Cloudera packages are designed to be transparent and easy to understand. Cloudera Distribution of Apache Kafka package versions are labeled using the following format:
base_version+cloudera_version+patch_level
where:
- base_version is the version of the open-source component included in the Cloudera package.
- cloudera_version is the version of the Cloudera package.
- patch_level is the number of source commits applied on top of the base version forked from the Apache Kafka branch. Note that the number of commits does not indicate the number of functional changes or bug fixes in the release. For example, a commit can be used to amend a version number or make other non-functional changes.
Cloudera Distribution of Apache Kafka Versions
Cloudera Distribution of Apache Kafka Version | Component | Version | Release Notes | Custom Service Descriptor | Parcel Repository |
---|---|---|---|---|---|
1.4.0 | Apache Kafka | 0.8.2.0+kafka1.4.0+127 | Release notes | Included with Cloudera Manager 5.4.x and higher. See Installing Kafka | Cloudera Distribution of Apache Kafka 1.4.0 Parcel Repository |
1.3.2 | Apache Kafka | 0.8.2.0+kafka1.3.2+116 | Release notes | Included with Cloudera Manager 5.4.x and higher. See Installing Kafka | Cloudera Distribution of Apache Kafka 1.3.2 Parcel Repository |
1.3.1 | Apache Kafka | 0.8.2.0+kafka1.3.1+80 | Release notes | Included with Cloudera Manager 5.4.x and higher. See Installing Kafka | Cloudera Distribution of Apache Kafka 1.3.1 Parcel Repository |
1.3.0 | Apache Kafka | 0.8.2.0+kafka1.3.0+72 | Release notes | Included with Cloudera Manager 5.4.x and higher. See Installing Kafka | Cloudera Distribution of Apache Kafka 1.3.0 Parcel Repository |
1.2.0 | Apache Kafka | 0.8.2.0+kafka1.2.0+57 | Release notes | Cloudera Distribution of Apache Kafka 1.2.0 CSD | Cloudera Distribution of Apache Kafka 1.2.0 Parcel Repository |
Maven Artifacts for Kafka
The following table lists the project name, groupId, artifactId, and version required to access each Kafka artifact from a Maven POM.
Project |
groupId |
artifactId |
version |
---|---|---|---|
Kafka |
org.apache.kafka |
kafka-clients |
0.8.2.0-kafka-1.3.2 |
Kafka |
org.apache.kafka |
kafka-examples |
0.8.2.0-kafka-1.3.2 |
Kafka |
org.apache.kafka |
kafka_2.10 |
0.8.2.0-kafka-1.3.2 |