mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
doc: Fix small typo in internal/datanode/README.md (#42089)
This PR fixes a minor typo in the README file of the datanode module. Corrected "imformation" to "information". Signed-off-by: hckex <33862757+hckex@users.noreply.github.com>
This commit is contained in:
parent
212e17c4c5
commit
a20500b3ed
@ -5,6 +5,6 @@ DataNode is the component to write insert and delete messages into persistent bl
|
||||
## Dependency
|
||||
|
||||
- KV store: a kv store that persists messages into blob storage.
|
||||
- Message stream: receive messages and publish imformation
|
||||
- Message stream: receive messages and publish information
|
||||
- Root Coordinator: get the latest unique IDs.
|
||||
- Data Coordinator: get the flush information and which message stream to subscribe.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user