This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site-v2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site-v2 by this push:
new 77903bb10b8 deploy: 51179159e516489643d16563f85c59878d63e609
77903bb10b8 is described below
commit 77903bb10b8dee33eea8faddc0ad3b85c719578e
Author: AlbumenJ <[email protected]>
AuthorDate: Tue Sep 5 06:33:03 2023 +0000
deploy: 51179159e516489643d16563f85c59878d63e609
---
en/docs/v2.7/user/examples/config-rule/index.html | 6 +++---
en/docs/v2.7/user/examples/index.xml | 2 +-
en/sitemap.xml | 2 +-
sitemap.xml | 2 +-
.../index.html" | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/en/docs/v2.7/user/examples/config-rule/index.html
b/en/docs/v2.7/user/examples/config-rule/index.html
index 23aaf10b529..57039d32966 100644
--- a/en/docs/v2.7/user/examples/config-rule/index.html
+++ b/en/docs/v2.7/user/examples/config-rule/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=en class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://dubbo.apache.org/en/docs/v2.7/user/examples/config-rule/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.118.2"><link rel="shortcut icon" type=image/png
href=/imgs/favicon.png><link rel=apple-touch-icon
href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=manifest
[...]
+<!doctype html><html lang=en class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=canonical
href=https://dubbo.apache.org/en/docs/v2.7/user/examples/config-rule/><meta
charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.118.2"><link rel="shortcut icon" type=image/png
href=/imgs/favicon.png><link rel=apple-touch-icon
href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=manifest
[...]
<script>var
doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function
gtag(){dataLayer.push(arguments)}gtag("js",new
Date),gtag("config","G-1TFHM5YBH0",{anonymize_ip:!1})}</script><link
rel=preload
href=/scss/main.min.fe7176cbe3102a33d3e8c0c9cec61eb52508abd24a2cc1ae23ccf535a481ffde.css
as=style><link
href=/scss/main.min.fe7176cbe3102a33d3e8c0c9cec61eb52508abd24a2cc1ae23ccf535a481ffde.css
rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js
integrity="sha256-9/a [...]
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta
name=theme-color content="#326ce5"><link rel=stylesheet
href=/css/feature-states.css><meta name=description content="Configure rule in
dubbo"><meta property="og:description" content="Configure rule in dubbo"><meta
name=twitter:description content="Configure rule in dubbo"><meta
property="og:url"
content="https://dubbo.apache.org/en/docs/v2.7/user/examples/config-rule/"><meta
property="og:title" content="Configu [...]
<link href=/css/community.css rel=stylesheet><link href=/css/contactus.css
rel=stylesheet><link href=/css/language.css rel=stylesheet><script
src=/js/script.js></script></head><body class="td-page
td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a
class=navbar-brand href=/en/><span class=navbar-logo></span><span
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class="td-
[...]
@@ -226,12 +226,12 @@
<label for=m-endocsnoticessecurity-check><a href=/en/docs/notices/security/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-endocsnoticessecurity><span>Security</span></a></label></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a
href=https://dubbo.apache.org/en/docs/>Documentation</a></li><li
class=breadcrumb-item><a h [...]
</span></span><span style=display:flex><span>Registry registry <span
style=color:#719e07>=</span> registryFactory<span
style=color:#719e07>.</span>getRegistry<span
style=color:#719e07>(</span>URL<span style=color:#719e07>.</span>valueOf<span
style=color:#719e07>(</span><span
style=color:#2aa198>"zookeeper://10.20.153.10:2181"</span><span
style=color:#719e07>));</span>
</span></span><span style=display:flex><span>registry<span
style=color:#719e07>.</span>register<span style=color:#719e07>(</span>URL<span
style=color:#719e07>.</span>valueOf<span style=color:#719e07>(</span><span
style=color:#2aa198>"override://0.0.0.0/com.foo.BarService?category=configurators&dynamic=false&application=foo&timeout=1000"</span><span
style=color:#719e07>));</span>
-</span></span></code></pre></div><p>In the config override
url:</p><ul><li><code>override://</code> Indicates that the data is
overwritten,support <code>override</code> and <code>absent</code>,can
extends,<strong>Required</strong>.</li><li><code>0.0.0.0</code> Indicates that
the configurations is valid for all IP addresses,If only want to overwritten
specified ip data,you can replace that specified ip
address.<strong>Required</strong>.</li><li><code>com.foo.BarService</code>
Indicates th [...]
+</span></span></code></pre></div><p>In the config override
url:</p><ul><li><code>override://</code> Indicates that the data is
overwritten,support <code>override</code> and <code>absent</code>,can
extends,<strong>Required</strong>.</li><li><code>0.0.0.0</code> Indicates that
the configurations is valid for all IP addresses,If only want to overwritten
specified ip data,you can replace that specified ip
address.<strong>Required</strong>.</li><li><code>com.foo.BarService</code>
Indicates th [...]
</span></span></code></pre></div></li><li><p>Adjustment weight:(Usually used
to capacity assessment,default is 100)</p><div class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>override://10.20.153.10/com.foo.BarService?category=configurators&dynamic=false&weight=200
</span></span></code></pre></div></li><li><p>Adjustment load balance
strategy.(default random)</p><div class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>override://10.20.153.10/com.foo.BarService?category=configurators&dynamic=false&loadbalance=leastactive
</span></span></code></pre></div></li><li><p>Service downgrade:(Usually used
to temporarily mask an error of non-critical services)</p><div
class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>override://0.0.0.0/com.foo.BarService?category=configurators&dynamic=false&application=foo&mock=force:return+null
</span></span></code></pre></div></li></ol><div class="alert alert-primary"
role=alert><h4 class=alert-heading>Notice</h4>supported on <code>2.2.0</code>
or above.</div><div id=pre-footer><h2>Feedback</h2><p
class=feedback--prompt>Was this page helpful?</p><button class="btn btn-primary
mb-4 feedback--yes">Yes</button>
-<button class="btn btn-primary mb-4
feedback--no">No</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disable
[...]
+<button class="btn btn-primary mb-4
feedback--no">No</button></div><script>const
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disable
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/en/docs/v2.7/user/examples/config-rule.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=Configure%20rule"
target=_blank><i class="fab fa-github fa-fw"></i> Create an issue</a>
<a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas
fa-tasks fa-fw"></i> Create project
issue</a></div></div></div></div></div><footer class="bg-dark py-5 row
d-print-none footer-margin-0"><div class="container-fluid mx-sm-5"><div
class=row><div class="col-6 col-sm-4 text-xs-center order-sm-2"><ul
class="list-inline mb-0"><li class="list-inline-item mx-2 h3"
data-toggle=tooltip data-placement=top title="Dubbo mailing list archive"
aria-label="Dubbo mailing list [...]
diff --git a/en/docs/v2.7/user/examples/index.xml
b/en/docs/v2.7/user/examples/index.xml
index 4bfaed925ce..b72390b0a7b 100644
--- a/en/docs/v2.7/user/examples/index.xml
+++ b/en/docs/v2.7/user/examples/index.xml
@@ -1757,7 +1757,7 @@ Limit the <code>sayHello</code> method of
<code>com.foo.BarService</
<ol>
<li>
<p>Disable service provider.(Usually used to temporarily kick off a
provider machine, similar to the prohibition of consumer access, please use the
routing rules)</p>
-<div class="highlight"><pre tabindex="0"
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>override://10.20.153.10/com.foo.BarService?category=configurators&amp;dynamic=false&amp;disbaled=true
+<div class="highlight"><pre tabindex="0"
style="color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>override://10.20.153.10/com.foo.BarService?category=configurators&amp;dynamic=false&amp;disabled=true
</span></span></code></pre></div></li>
<li>
<p>Adjustment weight:(Usually used to capacity assessment,default is
100)</p>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index a6bb595a08a..e244e8ddb00 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-01-02T18:18:49+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/1/</loc><lastmod>2023-01-03T15:09:00+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5<
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/</loc><lastmod>2023-01-02T18:18:49+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/0/1/</loc><lastmod>2023-01-03T15:09:00+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5<
[...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 0337cb053ff..d2576479e13 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-09-01T20:49:32+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-08-09T19:18:25+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-09-01T20:49:32+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-09-05T14:27:01+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git
"a/zh-cn/blog/2022/09/05/proxyless-mesh\345\234\250dubbo\344\270\255\347\232\204\345\256\236\350\267\265/index.html"
"b/zh-cn/blog/2022/09/05/proxyless-mesh\345\234\250dubbo\344\270\255\347\232\204\345\256\236\350\267\265/index.html"
index 7e3b2357865..a3ae11176a2 100644
---
"a/zh-cn/blog/2022/09/05/proxyless-mesh\345\234\250dubbo\344\270\255\347\232\204\345\256\236\350\267\265/index.html"
+++
"b/zh-cn/blog/2022/09/05/proxyless-mesh\345\234\250dubbo\344\270\255\347\232\204\345\256\236\350\267\265/index.html"
@@ -200,7 +200,7 @@
<label
for=m-zh-cnblog20221023apache-dubbo-e5a49ae8afade8a880e4bd93e7b3bbe5868de6b7bbe696b0e59198e9a696e4b8aa-rust-e8afade8a880e78988e69cace6ada3e5bc8fe58f91e5b883-check><a
href=/zh-cn/blog/2022/10/23/apache-dubbo-%E5%A4%9A%E8%AF%AD%E8%A8%80%E4%BD%93%E7%B3%BB%E5%86%8D%E6%B7%BB%E6%96%B0%E5%91%98%E9%A6%96%E4%B8%AA-rust-%E8%AF%AD%E8%A8%80%E7%89%88%E6%9C%AC%E6%AD%A3%E5%BC%8F%E5%8F%91%E5%B8%83/
title="Apache Dubbo 多语言体系再添新员:首个 Rust 语言版本正式发布" class="align-left pl-0
td-sidebar-link td-sidebar-l [...]
<label for=m-zh-cnblogpixiu-check><a href=/zh-cn/blog/pixiu/ class="align-left
pl-0 td-sidebar-link td-sidebar-link__section"
id=m-zh-cnblogpixiu><span>Pixiu</span></a></label><ul class="ul-2 foldable"><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnblog20220219e8b088e8b088pixiue79a84filter-li><input type=checkbox
id=m-zh-cnblog20220219e8b088e8b088pixiue79a84filter-check>
<label for=m-zh-cnblog20220219e8b088e8b088pixiue79a84filter-check><a
href=/zh-cn/blog/2022/02/19/%E8%B0%88%E8%B0%88pixiu%E7%9A%84filter/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnblog20220219e8b088e8b088pixiue79a84filter><span>谈谈Pixiu的Filter</span></a></label></li><li
class="td-sidebar-nav__section-title td-sidebar-nav__section without-child"
id=m-zh-cnblog20210825dubbo-e8b7a8e8afade8a880e8b083e794a8e7a59ee585bddubbo-go-pixiu-li><input
type=checkbox id=m-zh- [...]
-<label
for=m-zh-cnblog20210825dubbo-e8b7a8e8afade8a880e8b083e794a8e7a59ee585bddubbo-go-pixiu-check><a
href=/zh-cn/blog/2021/08/25/dubbo-%E8%B7%A8%E8%AF%AD%E8%A8%80%E8%B0%83%E7%94%A8%E7%A5%9E%E5%85%BDdubbo-go-pixiu/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnblog20210825dubbo-e8b7a8e8afade8a880e8b083e794a8e7a59ee585bddubbo-go-pixiu><span>Dubbo
跨语言调用神兽:dubbo-go-pixiu</span></a></label></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 [...]
+<label
for=m-zh-cnblog20210825dubbo-e8b7a8e8afade8a880e8b083e794a8e7a59ee585bddubbo-go-pixiu-check><a
href=/zh-cn/blog/2021/08/25/dubbo-%E8%B7%A8%E8%AF%AD%E8%A8%80%E8%B0%83%E7%94%A8%E7%A5%9E%E5%85%BDdubbo-go-pixiu/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-zh-cnblog20210825dubbo-e8b7a8e8afade8a880e8b083e794a8e7a59ee585bddubbo-go-pixiu><span>Dubbo
跨语言调用神兽:dubbo-go-pixiu</span></a></label></li></ul></li></ul></li></ul></nav></div></div><main
class="col-12 col-md-9 [...]
实现 Dubbo 与 Control Plane 的直接通信,进而实现控制面对流量管控、服务治理、可观测性、安全等的统一管控,规避 Sidecar
模式带来的性能损耗与部署架构复杂性。</p><h2 id=什么是service-mesh>什么是Service Mesh</h2><p>Service
Mesh 又译作 “服务网格”,作为服务间通信的基础设施层。Buoyant 公司的 CEO Willian Morgan 在他的这篇文章 <a
href=https://linkerd.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one/>WHAT’S
A Service Mesh? AND WHY DO I NEED ONE?</a>
中解释了什么是 Service Mesh,为什么云原生应用需要 Service Mesh。</p><p><strong>下面是 Willian Morgan
对 Service Mesh 的解释。</strong></p><div class=highlight><pre tabindex=0
style=color:#93a1a1;background-color:#002b36;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>A
Service Mesh is a dedicated infrastructure layer for handling
service-to-service communication.
</span></span><span style=display:flex><span>It’s responsible for the reliable
delivery of requests through the complex topology of services