mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
Updated Seaweed Message Queue (markdown)
@@ -1,5 +1,11 @@
|
||||
# Introduction
|
||||
|
||||
Seaweed Message Queue has
|
||||
* Structured message : all messages need to have a schema
|
||||
* Streamed publishing with async acknowledgements
|
||||
* Messages are stored in Parquet files, for both streaming and batch reading.
|
||||
* Unlimited storage.
|
||||
|
||||
# Architecture
|
||||
|
||||
The structured messages are published to message brokers, persisted in SeaweedFS, and consumed by message subscribers. To simplify client libraries, a messaging agent with gRPC APIs is introduced, enabling easier client libraries for message publishing and subscribing.
|
||||
|
||||
Reference in New Issue
Block a user