From 0f3ad200b9387de3b2f2acd1eec3d422d851d6ed Mon Sep 17 00:00:00 2001 From: daniel-y <130526409+daniel-y@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:59:55 +0800 Subject: [PATCH] chore(docs): add s3stream details to readme.md Signed-off-by: daniel-y <130526409+daniel-y@users.noreply.github.com> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eecf965ee5..3d3a2512bc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Compared to Apache Kafka, AutoMQ for Apache Kafka offers the following advantage 3. Simplified Management: No need to manage disks; It automatically performs second-level partition load balancing across Brokers. +## S3Stream +AutoMQ for Kafka is built on S3Stream directly, a streaming library based on object storage. Please refer to [S3Stream](https://docs.automq.com/zh/docs/automq-s3kafka/Q8fNwoCDGiBOV6k8CDSccKKRn9d) for more architecture details. + +AutomMQ for Kafka and AutoMQ for RocketMQ share the same codebase of S3Stream, so please refer to [AutoMQ RocketMQ](https://github.com/AutoMQ/automq-for-rocketmq/tree/main/s3stream) for the source code. + ## Quick Start ### Local Run