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 d4c9efd1a7 deploy: 12d271964fde0dad4a8179f5fa029ab5c7d83d01
d4c9efd1a7 is described below

commit d4c9efd1a7cbe34a50fbc0a3c2de1cd7bab7038c
Author: AlbumenJ <[email protected]>
AuthorDate: Wed Mar 8 10:47:52 2023 +0000

    deploy: 12d271964fde0dad4a8179f5fa029ab5c7d83d01
---
 sitemap.xml                                                         | 2 +-
 zh-cn/docs/index.xml                                                | 2 +-
 zh-cn/overview/mannual/dubbo-go-pixiu/overview/index.xml            | 2 +-
 .../mannual/dubbo-go-pixiu/overview/what-is-pixiu/index.html        | 6 +++---
 zh-cn/sitemap.xml                                                   | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sitemap.xml b/sitemap.xml
index 07bd208b53..250a09d397 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-03-08T16:36:03+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-03-08T09:35:19+01: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/en/sitemap.xml</loc><lastmod>2023-03-08T09:35:19+01:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-03-08T18:43:25+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/docs/index.xml b/zh-cn/docs/index.xml
index 14b1d80c53..7c675ff5b7 100644
--- a/zh-cn/docs/index.xml
+++ b/zh-cn/docs/index.xml
@@ -5994,7 +5994,7 @@ Pixiu 的整体设计遵守以下原则:&lt;/p>
 &lt;p>目前最为主流的接入 dubbo 集群的方式当然是集成语言对应的 
sdk,但是如图的左侧部分。但是对于dubbo来讲,它的多语言支持能力不足,目前较为成熟的只有 java 版本和 go 版本,当然 js 版本 和 
python 版本也在努力追赶中.其次,就是使用sdk的通用问题,比如代码耦合度高,版本升级困难,服务发现,服务路由和负载均衡策略不易整体调控等。&lt;/p>
 &lt;p>所以 mesh 话或者 sidecar 的方案,也就是 service mesh 在16年时被提出。将服务发现,服务路由和负载均衡等逻辑放在 
sidecar,服务使用轻量级 sdk 与之进行交互。&lt;/p>
 &lt;p>&lt;img 
src="https://dubbo.apache.org/imgs/pixiu/overview/pixiu-sidecar.png"; 
alt="img">&lt;/p>
-&lt;p>对于接入 dubbo 的多语言解决方案。首推的当然是 pixiu 作为 sidecar 和 服务进行同时部署。pixiu提供 
服务发现,流量治理,路由能力,协议转换能力和通讯能力。如图的左侧部分,使用sidecar的服务可以和原生使用 dubbp 
框架的服务组成集群,无感的进行相互调用。
+&lt;p>对于接入 dubbo 的多语言解决方案。首推的当然是 pixiu 作为 sidecar 和 服务进行同时部署。pixiu提供 
服务发现,流量治理,路由能力,协议转换能力和通讯能力。如图的左侧部分,使用sidecar的服务可以和原生使用 dubbo 
框架的服务组成集群,无感的进行相互调用。
 另外一种方案是 pixiu 
只单单作为代理,将服务注册到dubbo集群中,如图右侧部分,这种方案部署和运维较为简单,比如适合中小规模的集群。&lt;/p></description></item><item><title>Overview:
 QOS 
概述</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/qos/overview/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/qos/overview/</guid><description>
 &lt;h2 id="参数说明">参数说明&lt;/h2>
 &lt;p>QoS 提供了一些启动参数,来对启动进行配置,他们主要包括:&lt;/p>
diff --git a/zh-cn/overview/mannual/dubbo-go-pixiu/overview/index.xml 
b/zh-cn/overview/mannual/dubbo-go-pixiu/overview/index.xml
index a6d43aac41..e35a252e67 100644
--- a/zh-cn/overview/mannual/dubbo-go-pixiu/overview/index.xml
+++ b/zh-cn/overview/mannual/dubbo-go-pixiu/overview/index.xml
@@ -14,7 +14,7 @@ Pixiu 的整体设计遵守以下原则:&lt;/p>
 &lt;p>目前最为主流的接入 dubbo 集群的方式当然是集成语言对应的 
sdk,但是如图的左侧部分。但是对于dubbo来讲,它的多语言支持能力不足,目前较为成熟的只有 java 版本和 go 版本,当然 js 版本 和 
python 版本也在努力追赶中.其次,就是使用sdk的通用问题,比如代码耦合度高,版本升级困难,服务发现,服务路由和负载均衡策略不易整体调控等。&lt;/p>
 &lt;p>所以 mesh 话或者 sidecar 的方案,也就是 service mesh 在16年时被提出。将服务发现,服务路由和负载均衡等逻辑放在 
sidecar,服务使用轻量级 sdk 与之进行交互。&lt;/p>
 &lt;p>&lt;img 
src="https://dubbo.apache.org/imgs/pixiu/overview/pixiu-sidecar.png"; 
alt="img">&lt;/p>
-&lt;p>对于接入 dubbo 的多语言解决方案。首推的当然是 pixiu 作为 sidecar 和 服务进行同时部署。pixiu提供 
服务发现,流量治理,路由能力,协议转换能力和通讯能力。如图的左侧部分,使用sidecar的服务可以和原生使用 dubbp 
框架的服务组成集群,无感的进行相互调用。
+&lt;p>对于接入 dubbo 的多语言解决方案。首推的当然是 pixiu 作为 sidecar 和 服务进行同时部署。pixiu提供 
服务发现,流量治理,路由能力,协议转换能力和通讯能力。如图的左侧部分,使用sidecar的服务可以和原生使用 dubbo 
框架的服务组成集群,无感的进行相互调用。
 另外一种方案是 pixiu 
只单单作为代理,将服务注册到dubbo集群中,如图右侧部分,这种方案部署和运维较为简单,比如适合中小规模的集群。&lt;/p></description></item><item><title>Overview:
 Pixiu 
术语</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/dubbo-go-pixiu/overview/terminology/</link><pubDate>Mon,
 01 Jan 0001 00:00:00 
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/dubbo-go-pixiu/overview/terminology/</guid><description>
 &lt;p>&lt;img 
src="https://dubbo.apache.org/imgs/pixiu/overview/terminology.png"; 
alt="img">&lt;/p>
 &lt;h3 id="listener-监听器">Listener 监听器&lt;/h3>
diff --git 
a/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/index.html 
b/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/index.html
index 2e4695860a..d8762b0556 100644
--- a/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/index.html
+++ b/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS 
content="INDEX, FOLLOW"><link rel=canonical 
href=https://dubbo.apache.org/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/><meta
 charset=utf-8><meta name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.111.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=1 [...]
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS 
content="INDEX, FOLLOW"><link rel=canonical 
href=https://dubbo.apache.org/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu/><meta
 charset=utf-8><meta name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.111.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=1 [...]
 <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.578ffe330fde90c98ec1a836a78e3a4f7ea2a73a72f353cdd331fc3f8dd3a3cd.css
 as=style><link 
href=/scss/main.min.578ffe330fde90c98ec1a836a78e3a4f7ea2a73a72f353cdd331fc3f8dd3a3cd.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="Pixiu 是一款开源的 Dubbo 
生态的 API 网关和 接入 dubbo 集群的语言解决方案。作为 API 网关形态。"><meta property="og:description" 
content="Pixiu 是一款开源的 Dubbo 生态的 API 网关和 接入 dubbo 集群的语言解决方案。作为 API 网关形态。"><meta 
name=twitter:description content="Pixiu 是一款开源的 Dubbo 生态的 API 网关和 接入 dubbo 
集群的语言解决方案。作为 API 网关形态。"><meta property="og:url"  [...]
 <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=/zh-cn/><span class=navbar-logo></span><span 
class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" 
[...]
@@ -718,9 +718,9 @@
 <label for=m-zh-cnoverviewreferenceproposalsmetrics-check><a 
href=/zh-cn/overview/reference/proposals/metrics/ class="align-left pl-0 
td-sidebar-link td-sidebar-link__page" 
id=m-zh-cnoverviewreferenceproposalsmetrics><span>指标埋点</span></a></label></li><li
 class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" 
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-li><input 
type=checkbox id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check>
 <label for=m-zh-cnoverviewreferenceproposalsheuristic-flow-control-check><a 
href=/zh-cn/overview/reference/proposals/heuristic-flow-control/ 
title=自适应负载均衡与限流 class="align-left pl-0 td-sidebar-link td-sidebar-link__page" 
id=m-zh-cnoverviewreferenceproposalsheuristic-flow-control><span>服务柔性</span></a></label></li><li
 class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" 
id=m-zh-cnoverviewreferenceproposalsservice-discovery-li><input type=checkbox 
id=m-zh-cnoverviewref [...]
 <label for=m-zh-cnoverviewreferenceproposalsservice-discovery-check><a 
href=/zh-cn/overview/reference/proposals/service-discovery/ title="Dubbo3 
应用级服务发现设计" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" 
id=m-zh-cnoverviewreferenceproposalsservice-discovery><span>应用级服务发现</span></a></label></li></ul></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  [...]
-Pixiu 的整体设计遵守以下原则:</p><ul><li>High performance: 高吞吐量以及毫秒级的延时。</li><li>可扩展: 通过 
go-plugin,用户可以根据自己的需求延展 Pixiu 的功能。</li><li>简单可用: 用户通过少量配置,即可上线。</li></ul><h3 
id=sidecar-模式>Sidecar 模式</h3><p>目前最为主流的接入 dubbo 集群的方式当然是集成语言对应的 
sdk,但是如图的左侧部分。但是对于dubbo来讲,它的多语言支持能力不足,目前较为成熟的只有 java 版本和 go 版本,当然 js 版本 和 
python 
版本也在努力追赶中.其次,就是使用sdk的通用问题,比如代码耦合度高,版本升级困难,服务发现,服务路由和负载均衡策略不易整体调控等。</p><p>所以 
mesh 话或者 sidecar 的方案,也就是 service mesh 在16年时被提出。将服务发现,服务路由和负载均衡等逻辑放在 
sidecar,服务使用轻量级 sdk 与之进行交互。</p><p
 ><img src=/imgs [...]
+Pixiu 的整体设计遵守以下原则:</p><ul><li>High performance: 高吞吐量以及毫秒级的延时。</li><li>可扩展: 通过 
go-plugin,用户可以根据自己的需求延展 Pixiu 的功能。</li><li>简单可用: 用户通过少量配置,即可上线。</li></ul><h3 
id=sidecar-模式>Sidecar 模式</h3><p>目前最为主流的接入 dubbo 集群的方式当然是集成语言对应的 
sdk,但是如图的左侧部分。但是对于dubbo来讲,它的多语言支持能力不足,目前较为成熟的只有 java 版本和 go 版本,当然 js 版本 和 
python 
版本也在努力追赶中.其次,就是使用sdk的通用问题,比如代码耦合度高,版本升级困难,服务发现,服务路由和负载均衡策略不易整体调控等。</p><p>所以 
mesh 话或者 sidecar 的方案,也就是 service mesh 在16年时被提出。将服务发现,服务路由和负载均衡等逻辑放在 
sidecar,服务使用轻量级 sdk 与之进行交互。</p><p
 ><img src=/imgs [...]
 另外一种方案是 pixiu 只单单作为代理,将服务注册到dubbo集群中,如图右侧部分,这种方案部署和运维较为简单,比如适合中小规模的集群。</p><div 
id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button 
class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 
feedback--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__disabled
 [...]
+<button class="btn btn-primary mb-4 
feedback--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__disabled
 [...]
 <a 
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/dubbo-go-pixiu/overview/what-is-pixiu.md?filename=change-me.md&amp;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+Ed
 [...]
 <a 
href="https://github.com/apache/dubbo-website/issues/new?title=Pixiu%20%e6%98%af%e4%bb%80%e4%b9%88";
 target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><ul><li><a 
href=#pixiu-说明>Pixiu 说明</a></li><li><a href=#api-网关>API 网关</a></li><li><a 
href=#sidecar-模式>Sidecar 
模式</a></li></ul></li></ul></nav></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= [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index e850042696..04974d901a 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/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/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/zh-cn/overview/mannual/jav
 [...]
\ 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/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://dubbo.apache.org/zh-cn/overview/mannual/jav
 [...]
\ No newline at end of file

Reply via email to