Skip to content

Software Artifact

lyx edited this page Jan 17, 2025 · 1 revision

AutoMQ is a cloud-native Kafka distribution fully developed in Java, supporting most Java platforms. For optimal performance, it is recommended to deploy on a Linux operating system, preferably with amd64 or arm64 architecture. For more deployment guidance, refer to Cluster Deployment on Linux▸.

Versioning

AutoMQ follows the semantic versioning specification, with a format of {major version}.{minor version}.{patch version}, where

  • major version increments for significant upgrades or breaking changes

  • minor version increments for new features that maintain backward compatibility

  • patch version increments for bug fixes.

Each AutoMQ version is compatible with specific versions of Apache Kafka. Refer to the release notes for historical versions and detailed version mappings to choose the appropriate AutoMQ version.

Software Artifacts

Community Edition

Referencing Licensing▸, developers can deploy a cluster based on the AutoMQ Community Edition, which is free and open-sourced. You can find the source code for the AutoMQ Community Edition in the GitHub repository.

AutoMQ Version
Apache Kafka Version
Download Link
Version Description
1.3.1
3.9.0
Download
Recommended Version, Community Supported
1.3.0
Download
Community support, recommended to upgrade to the advisable version
1.2.1
3.8.0
Download
Recommended Version, Community Supported
1.2.0
Download
Community Supported, Upgrade to Recommended Version Suggested
1.1.3
3.7.0
Download
Recommended Version, Community Supported
1.1.2
Not Recommended
Community Supported, Upgrade to Recommended Version Suggested
1.1.1
Not Recommended
Community Supported, Upgrade to Recommended Version Suggested
1.1.0
Not Recommended
Community Supported, Upgrade to Recommended Version Suggested
1.0.5
3.4.1
Not Recommended
No Longer Maintained
1.0.4
Not Recommended
No Longer Maintained
1.0.3
Not Recommended
No Longer Maintained
1.0.2
Not Recommended
No Longer Maintained
1.0.1
Not Recommended
No Longer Maintained
1.0.0
Not Recommended
No Longer Maintained

AutoMQ provides binary packages as pure Java installations, requiring Java 17 or later to run. You can use the following download script to obtain and deploy the latest version. Java 17 can be downloaded via the following link: Java 17 Download Link.


curl -O https://download.automq.com/community_edition/artifacts/automq-kafka-latest.tgz

You can use the following command to get the latest release version Docker image.


docker pull automqinc/automq:latest

For more historical versions, please visit this link.

Business Edition

Referencing Licensing▸, enterprise users can purchase the Business Edition provided by AutoMQ Inc., which includes technical support and maintenance services. If you need to evaluate or learn more about the Business Edition, please fill out the form, and our product experts will contact you as soon as possible.

AutoMQ Wiki Key Pages

What is automq

Getting started

Architecture

Deployment

Migration

Observability

Integrations

Releases

Benchmarks

Reference

Articles

Clone this wiki locally