This is an automated email from the ASF dual-hosted git repository. bzp2010 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push: new 3000b82 docs: improve consul_kv.md (#6278) 3000b82 is described below commit 3000b8240af4ed7e152664749cf198ebce8c064d Author: SkyeYoung <isk...@outlook.com> AuthorDate: Wed Feb 23 22:38:20 2022 +0800 docs: improve consul_kv.md (#6278) --- docs/en/latest/discovery/consul_kv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/latest/discovery/consul_kv.md b/docs/en/latest/discovery/consul_kv.md index 830369e..7826c66 100644 --- a/docs/en/latest/discovery/consul_kv.md +++ b/docs/en/latest/discovery/consul_kv.md @@ -23,7 +23,7 @@ title: consul_kv ## Summary -For users who used [nginx-upsync-module](https://github.com/weibocom/nginx-upsync-module) and consul key value for service discovery way, as we Weibo Mobile Team, maybe need it. +For users that are using [nginx-upsync-module](https://github.com/weibocom/nginx-upsync-module) and Consul KV as a service discovery, like the Weibo Mobile Team, this may be needed. Thanks to @fatman-x guy, who developed this module, called `consul_kv`, and its worker process data flow is below: 