From 13e6b8918182ed71def048a4ae24ea8351a17f00 Mon Sep 17 00:00:00 2001 From: discord9 Date: Fri, 6 Dec 2024 14:12:18 +0800 Subject: [PATCH] docs: update contributor guide --- docs/contributor-guide/flownode/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor-guide/flownode/overview.md b/docs/contributor-guide/flownode/overview.md index 040a6b1d2..64ceda1ca 100644 --- a/docs/contributor-guide/flownode/overview.md +++ b/docs/contributor-guide/flownode/overview.md @@ -10,7 +10,7 @@ description: Overview of Flownode, a component providing streaming process capab `Flownode` provides a simple streaming process (known as `flow`) ability to the database. `Flownode` manages `flows` which are tasks that receive data from the `source` and send data to the `sink`. -In current version, `Flownode` only supports standalone mode. In the future, we will support distributed mode. +`Flownode` support both `standalone` and `distributed` mode. In `standalone` mode, `Flownode` runs in the same process as the database. In `distributed` mode, `Flownode` runs in a separate process and communicates with the database through the network. ## Components