Skip to content

Commit

Permalink
chore: update readme (#1183)
Browse files Browse the repository at this point in the history
* chore: update readme

Signed-off-by: KamiWan <[email protected]>

* Update README.md

Signed-off-by: KamiWan <[email protected]>

* Update README.md

Signed-off-by: KamiWan <[email protected]>

---------

Signed-off-by: KamiWan <[email protected]>
  • Loading branch information
KaimingWan authored Apr 26, 2024
1 parent b862c3c commit d05f04e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ AutoMQ: A Cloud-Native fork of Kafka by separating storage to S3
<td>In hours/days</td>
<td>In hours</td>
<td>In hours<br>(scale-in);<br> In seconds<br>(scale-out)</td>
<td>In hours</td>
<td>In hours/In seconds (Enterprise Only)</td>
<td>In seconds</td>
</tr>
<tr>
Expand All @@ -110,7 +110,7 @@ AutoMQ: A Cloud-Native fork of Kafka by separating storage to S3
<td>In hours/days</td>
<td>In hours</td>
<td>In seconds</td>
<td>In hours</td>
<td>In hours/In seconds (Enterprise Only)</td>
<td>In seconds</td>
</tr>
<tr>
Expand All @@ -121,11 +121,26 @@ AutoMQ: A Cloud-Native fork of Kafka by separating storage to S3
<td>Broker<br>Controller</td>
<td>Agent<br>MetadataServer</td>
</tr>
<tr>
<td>Durability</td>
<td>Guaranteed by S3/EBS[1]</td>
<td colspan="2">Guaranteed by ISR </td>
<td>Guaranteed by Bookkeeper</td>
<td>Guaranteed by Raft</td>
<td>Guaranteed by S3</td>
</tr>
<tr>
<td>Inter-AZ Networking Fees</td>
<td>No</td>
<td colspan="4">Yes</td>
<td>No</td>
</tr>
</table>


> Tips: Apache Kafka Compatibility's definition is comming from this [blog](https://www.kai-waehner.de/blog/2021/05/09/kafka-api-de-facto-standard-event-streaming-like-amazon-s3-object-storage/).
> [1] EBS Durability: On Azure, GCP, and Alibaba Cloud, Regional EBS replicas span multiple AZs. On AWS, ensure durability by double writing to EBS and S3 Express One Zone in different AZs.
## 🔶Why AutoMQ

Expand Down

0 comments on commit d05f04e

Please sign in to comment.