AutoMQ is a cloud-native Kafka distribution developed entirely in the Java language, supporting most Java platforms. For optimal performance, deploy on the Linux operating system, preferably on amd64 or arm64 architecture. If you need further guidance on deployment, refer to Deploy Multi-Nodes Cluster on Linux▸.Documentation Index
Fetch the complete documentation index at: https://docs.automq.com/llms.txt
Use this file to discover all available pages before exploring further.
Versioning
AutoMQ adheres to the semantic versioning specification, formatted as{major version}.{minor version}.{patch version}, where:
- major version: Incremented for significant upgrades or incompatible changes.
- minor version: Incremented when new features are added while maintaining backward compatibility.
- patch version: Used for bug fixes.
Software Artifacts
- Binaries
- Docker
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.