Updated Seaweed Message Queue (markdown)

Chris Lu
2025-03-13 09:45:07 -07:00
parent 68cc2acfd4
commit ca1f4321eb

@@ -1,5 +1,11 @@
# Introduction # 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 # 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. 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.