This is an automated email from the ASF dual-hosted git repository.

popduke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git


The following commit(s) were added to refs/heads/master by this push:
     new f0e62b78 correct store_name value
f0e62b78 is described below

commit f0e62b78a60e60c8dc863edd2eddbc89cdb51b68
Author: Yonny Hao <[email protected]>
AuthorDate: Fri Jan 30 09:46:57 2026 +0800

    correct store_name value
---
 docs/cluster/loadbalance/stateful/distworker.md  | 2 +-
 docs/cluster/loadbalance/stateful/inboxstore.md  | 2 +-
 docs/cluster/loadbalance/stateful/retainstore.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/cluster/loadbalance/stateful/distworker.md 
b/docs/cluster/loadbalance/stateful/distworker.md
index 94646727..60097e17 100644
--- a/docs/cluster/loadbalance/stateful/distworker.md
+++ b/docs/cluster/loadbalance/stateful/distworker.md
@@ -3,7 +3,7 @@ sidebar_position: 1
 title: "Dist Worker"
 ---
 
-DistWorker handles subscription routing and fan-out (read-heavy). It runs as a 
stateful service on the base-kv overlay cluster; `store_name` for API headers: 
`DistWorker`.
+DistWorker handles subscription routing and fan-out (read-heavy). It runs as a 
stateful service on the base-kv overlay cluster; `store_name` for API headers: 
`dist.worker`.
 
 ## Default balancers
 
diff --git a/docs/cluster/loadbalance/stateful/inboxstore.md 
b/docs/cluster/loadbalance/stateful/inboxstore.md
index 233a26ed..9752a76d 100644
--- a/docs/cluster/loadbalance/stateful/inboxstore.md
+++ b/docs/cluster/loadbalance/stateful/inboxstore.md
@@ -3,7 +3,7 @@ sidebar_position: 1
 title: "Inbox Store"
 ---
 
-InboxStore provides persistent offline message queues (write-intensive). It 
runs as a stateful service on the base-kv overlay cluster; `store_name` for API 
headers: `InboxStore`.
+InboxStore provides persistent offline message queues (write-intensive). It 
runs as a stateful service on the base-kv overlay cluster; `store_name` for API 
headers: `inbox.store`.
 
 ## Default balancers
 
diff --git a/docs/cluster/loadbalance/stateful/retainstore.md 
b/docs/cluster/loadbalance/stateful/retainstore.md
index 537e416c..b40d9f34 100644
--- a/docs/cluster/loadbalance/stateful/retainstore.md
+++ b/docs/cluster/loadbalance/stateful/retainstore.md
@@ -3,7 +3,7 @@ sidebar_position: 1
 title: "Retain Store"
 ---
 
-RetainStore serves retained messages (read-dominant). It runs as a stateful 
service on the base-kv overlay cluster; `store_name` for API headers: 
`RetainStore`.
+RetainStore serves retained messages (read-dominant). It runs as a stateful 
service on the base-kv overlay cluster; `store_name` for API headers: 
`retain.store`.
 
 ## Default balancers
 

Reply via email to