Skip to content

Commit 0176a0f

Browse files
committed
Update AutoMQ documentation to clarify its compatibility with Apache Kafka and enhance bucket requirements description
1 parent 5d576d6 commit 0176a0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/quickstarts/automq.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# AutoMQ on Tigris
22

3-
[AutoMQ](https://www.automq.com) is an
4-
[Apache Kafka-compatible](https://kafka.apache.org/documentation/) streaming
5-
engine that stores all durability and log data in object storage. When paired
6-
with Tigris, AutoMQ can run as fully stateless brokers with no attached disks or
7-
replication overhead, and benefit from Tigris' globally distributed object
8-
storage with zero egress fees.
3+
[AutoMQ](https://www.automq.com) is a new generation of Diskless Kafka that is
4+
fully compatible with [Apache Kafka](https://kafka.apache.org/documentation/),
5+
solving the cost and operational challenges of Apache Kafka without sacrificing
6+
Kafka's features and performance. When paired with Tigris, AutoMQ can run as
7+
fully stateless brokers with no attached disks or replication overhead, and
8+
benefit from Tigris' globally distributed object storage with zero egress fees.
99

1010
## Quick Start with Docker Compose:
1111

@@ -30,8 +30,8 @@ For more deployment options, see the
3030

3131
### 2. Create Buckets in Tigris
3232

33-
AutoMQ requires two buckets: one for data storage and one for operational
34-
metadata. You can create them via the Tigris console or using the AWS CLI:
33+
AutoMQ requires two buckets: one for data storage and one for cluster's metrics
34+
and logs. You can create them via the Tigris console or using the AWS CLI:
3535

3636
```bash
3737
# Configure credentials

0 commit comments

Comments
 (0)