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 efac2fbb6ce deploy: 8128cdbe34522c35a69cf1274f63076778e3bc99
efac2fbb6ce is described below
commit efac2fbb6ceaac5692ead306ccc4319a2f46f9ff
Author: Alanxtl <[email protected]>
AuthorDate: Sat Nov 8 06:37:48 2025 +0000
deploy: 8128cdbe34522c35a69cf1274f63076778e3bc99
---
en/index.xml | 2 +-
en/overview/mannual/golang-sdk/quickstart/microservices/index.html | 6 +++---
en/overview/mannual/golang-sdk/tutorial/transaction/index.xml | 2 +-
.../mannual/golang-sdk/tutorial/transaction/seata/index.html | 6 +++---
en/sitemap.xml | 2 +-
sitemap.xml | 2 +-
zh-cn/index.xml | 2 +-
.../overview/mannual/golang-sdk/quickstart/microservices/index.html | 6 +++---
zh-cn/overview/mannual/golang-sdk/tutorial/transaction/index.xml | 2 +-
.../mannual/golang-sdk/tutorial/transaction/seata/index.html | 6 +++---
zh-cn/sitemap.xml | 2 +-
11 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/en/index.xml b/en/index.xml
index d65c141d80f..766577b5c6c 100644
--- a/en/index.xml
+++ b/en/index.xml
@@ -1039,7 +1039,7 @@ The Istio Bookinfo sample consists of four separate
microservices, each with mul
<p>Then, execute the main() method in the triple/client/cmd and
triple/server/cmd directories.</p>
</li>
</ol>
-<p><a
href="https://github.com/apache/dubbo-go-samples/tree/main/context"
target="_blank">Complete example source code
address</a></p></description></item><item><title>Use Sentinel to Handle
Surging Traffic and Protect Your
Application</title><link>https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</guid><
[...]
+<p>Complete example source code <a
href="https://github.com/apache/dubbo-go-samples/tree/main/transcation/">address</a></p></description></item><item><title>Use
Sentinel to Handle Surging Traffic and Protect Your
Application</title><link>https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</guid><description
[...]
<p>The following is the list of serialization protocols supported by the
Dubbo framework, classified by <code>triple</code> and
<code>dubbo</code> RPC communication protocols.</p>
<table>
<thead>
diff --git a/en/overview/mannual/golang-sdk/quickstart/microservices/index.html
b/en/overview/mannual/golang-sdk/quickstart/microservices/index.html
index f5f9fa83daf..c45d1116259 100644
--- a/en/overview/mannual/golang-sdk/quickstart/microservices/index.html
+++ b/en/overview/mannual/golang-sdk/quickstart/microservices/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=en class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=zh-cn
href=https://dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/><link
rel=canonical
href=https://dubbo.apache.org/en/overview/mannual/golang-sdk/quickstart/microservices/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDomain","*.dubbo.apache.org"]),_paq.pu
[...]
-<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Developing Microservices"><meta property="og:description"
content="Dubbo-go Quick Start"><meta property="og:locale" content="en"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2025-11-08T14:11:11+08:00"><meta itemprop=name content="Developing
Microservices"><meta itemprop=description content="Dubbo-go Quick [...]
+<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Developing Microservices"><meta property="og:description"
content="Dubbo-go Quick Start"><meta property="og:locale" content="en"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2025-11-08T14:32:06+08:00"><meta itemprop=name content="Developing
Microservices"><meta itemprop=description content="Dubbo-go Quick [...]
<a class=dropdown-item href=/en/overview/notices/>Security Notices</a>
<a class=dropdown-item href=/en/contact/>Contributor's Guide</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/en/blog/><span>Blog</span></a></li><li class="nav-item nav-item-line px-2
mb-2 mb-lg-0"><a class=nav-link
href=/en/download/><span>DOWNLOAD</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>ECOSYSTEM</ [...]
<a class=dropdown-item
href=/zh-cn/overview/mannual/control-plane/>Visualizable Console</a>
@@ -673,8 +673,8 @@
</span></span><span style=display:flex><span> protocol.<span
style=color:#268bd2>WithPort</span>(<span style=color:#2aa198>20000</span>),
</span></span><span style=display:flex><span> ),
</span></span><span style=display:flex><span>)
-</span></span></code></pre></div><p>Then, we create
<code>ins.NewServer()</code> and register services for the server instance
<code>greet.RegisterGreetServiceHandler(srv, &GreetTripleServer{})</code>,
and finally start the process with <code>srv.Serve()</code>.</p><div
class="alert alert-info" role=alert><h4 class=alert-heading>About
dubbo.Instance</h4><ul><li>When developing dubbo microservice applications, we
recommend using <code>dubbo.Instance</code> to set up some global servic [...]
-<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
[...]
+</span></span></code></pre></div><p>Then, we create
<code>ins.NewServer()</code> and register services for the server instance
<code>greet.RegisterGreetServiceHandler(srv, &GreetTripleServer{})</code>,
and finally start the process with <code>srv.Serve()</code>.</p><div
class="alert alert-info" role=alert><h4 class=alert-heading>About
dubbo.Instance</h4><ul><li>When developing dubbo microservice applications, we
recommend using <code>dubbo.Instance</code> to set up some global servic [...]
+<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//overview/mannual/golang-sdk/quickstart/microservices?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+
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=Developing%20Microservices"
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><nav
id=TableOfContents><ul><li><a href=#prerequisites>Prerequisites</a></li><li><a
href=#quick-run-example>Quick Run Example</a><ul><li><a
href=#download-example-source-code>Download Example Source Code</a></li><li><a
href=#start-nacos>Start Nacos</a></li><li><a href=#run-server>Run
Server</a></li><li><a href=#run-client>Run Client</a></li></ul></li><li><a hr
[...]
diff --git a/en/overview/mannual/golang-sdk/tutorial/transaction/index.xml
b/en/overview/mannual/golang-sdk/tutorial/transaction/index.xml
index 575947584b1..66d156b791f 100644
--- a/en/overview/mannual/golang-sdk/tutorial/transaction/index.xml
+++ b/en/overview/mannual/golang-sdk/tutorial/transaction/index.xml
@@ -8,4 +8,4 @@
<p>Then, execute the main() method in the triple/client/cmd and
triple/server/cmd directories.</p>
</li>
</ol>
-<p><a
href="https://github.com/apache/dubbo-go-samples/tree/main/context"
target="_blank">Complete example source code
address</a></p></description></item></channel></rss>
\ No newline at end of file
+<p>Complete example source code <a
href="https://github.com/apache/dubbo-go-samples/tree/main/transcation/">address</a></p></description></item></channel></rss>
\ No newline at end of file
diff --git
a/en/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
b/en/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
index 0b6d942f6ae..626a19ad895 100644
--- a/en/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
+++ b/en/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=en class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=zh-cn
href=https://dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/><link
rel=canonical
href=https://dubbo.apache.org/en/overview/mannual/golang-sdk/tutorial/transaction/seata/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDomain","*.dubbo.apache.org"]),_pa
[...]
-<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Seata Distributed Transactions"><meta property="og:description"
content="Use Seata distributed transaction solution to solve Dubbo data
consistency issues."><meta property="og:locale" content="en"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2024-09-30T17:53:33+08:00"><meta itemprop=name content="Seata Di [...]
+<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Seata Distributed Transactions"><meta property="og:description"
content="Use Seata distributed transaction solution to solve Dubbo data
consistency issues."><meta property="og:locale" content="en"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2025-11-08T14:32:06+08:00"><meta itemprop=name content="Seata Di [...]
<a class=dropdown-item href=/en/overview/notices/>Security Notices</a>
<a class=dropdown-item href=/en/contact/>Contributor's Guide</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/en/blog/><span>Blog</span></a></li><li class="nav-item nav-item-line px-2
mb-2 mb-lg-0"><a class=nav-link
href=/en/download/><span>DOWNLOAD</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>ECOSYSTEM</ [...]
<a class=dropdown-item
href=/zh-cn/overview/mannual/control-plane/>Visualizable Console</a>
@@ -631,8 +631,8 @@
<label for=m-enoverviewnoticesadmin-check><a href=/en/overview/notices/admin/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-enoverviewnoticesadmin><span>Dubbo Admin
Security</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child" id=m-enoverviewnoticeslog4j-li><input
type=checkbox id=m-enoverviewnoticeslog4j-check>
<label for=m-enoverviewnoticeslog4j-check><a href=/en/overview/notices/log4j/
class="align-left pl-0 td-sidebar-link td-sidebar-link__page"
id=m-enoverviewnoticeslog4j><span>Log4j Vulnerability
Impact</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=/en/overview/>Documentation</a></li><li class=breadcrumb-item><a [...]
</span></span><span style=display:flex><span>docker-compose -f
docker-compose.yml up -d seata-server
-</span></span></code></pre></div></li><li><p>Then, execute the main() method
in the triple/client/cmd and triple/server/cmd directories.</p></li></ol><p><a
href=https://github.com/apache/dubbo-go-samples/tree/main/context
target=_blank>Complete example source code address</a></p><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
[...]
+</span></span></code></pre></div></li><li><p>Then, execute the main() method
in the triple/client/cmd and triple/server/cmd
directories.</p></li></ol><p>Complete example source code <a
href=https://github.com/apache/dubbo-go-samples/tree/main/transcation/>address</a></p><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
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/en//overview/mannual/golang-sdk/tutorial/transaction/seata?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+th
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=Seata%20Distributed%20Transactions"
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><div class=footer-container><div
class=footer-container-left><div class=footer-container-left-title>Follow
us</div><div class=footer-container-left-des>Subscribe to one or more of the
following channels to receive project updates, keep connection with community
developers.</div><div><button class="contact-btn qr-container" onmou [...]
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 6b18f5d5fe1..43e25334ae7 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/blog/2023/01/16/alibaba-upgrades-dubbo3-to-fully-replace-hsf2/</loc><lastmod>2024-09-30T17:53:33+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="zh-cn"
href="https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5
[...]
\ 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/blog/2023/01/16/alibaba-upgrades-dubbo3-to-fully-replace-hsf2/</loc><lastmod>2024-09-30T17:53:33+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="zh-cn"
href="https://dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5
[...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index d944a150937..8676ed8a700 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>2025-11-08T14:11:11+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2025-11-08T14:11:11+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>2025-11-08T14:32:06+08:00</lastmod></sitemap><sitemap><loc>https://dubbo.apache.org/en/sitemap.xml</loc><lastmod>2025-11-08T14:32:06+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/index.xml b/zh-cn/index.xml
index dfcd81c1c97..acc0b8aa58d 100644
--- a/zh-cn/index.xml
+++ b/zh-cn/index.xml
@@ -5731,7 +5731,7 @@ userId: 123456
<p>再执行 triple/client/cmd 和 triple/server/cmd 目录下的 main()方法。</p>
</li>
</ol>
-<p><a
href="https://github.com/apache/dubbo-go-samples/tree/main/context"
target="_blank">完整示例源码地址</a></p></description></item><item><title>使用
Sentinel
应对突发流量,保护您的应用</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</guid><description><p>在复杂的生产环境下可能部署着成千上万的
Dubbo 服务实例,流量持续不断地进入,服务之间进 [...]
+<p>完整示例源码<a
href="https://github.com/apache/dubbo-go-samples/tree/main/transcation/">地址</a></p></description></item><item><title>使用
Sentinel
应对突发流量,保护您的应用</title><link>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</link><pubDate>Mon,
01 Jan 0001 00:00:00
+0000</pubDate><guid>https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/rate-limit/sentinel/</guid><description><p>在复杂的生产环境下可能部署着成千上万的
Dubbo 服务实例,流量持续不断地进入,服务之间进行相互调用。但是分布式 [...]
<p><a href="https://github.com/alibaba/Sentinel">Sentinel</a>
是阿里中间件团队开源的,面向分布式服务架构的轻量级流量控制产品,主要以流量为切入点,从<strong>流量控制</strong>、<strong>熔断降级</strong>、<strong>系统负载保护</strong>等多个维度来帮助用户保护服务的稳定性。</p>
<p>本文提供 Dubbo 整合 Sentinel 限流降级的最佳实践。</p>
<h2 id="快速接入-sentinel">快速接入 Sentinel</h2>
diff --git
a/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/index.html
b/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/index.html
index 445214d5dfc..479f6a4ad2b 100644
--- a/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/index.html
+++ b/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=en
href=https://dubbo.apache.org/en/overview/mannual/golang-sdk/quickstart/microservices/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/quickstart/microservices/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDomain","*.dubbo.apache.org"]),_paq.pu
[...]
-<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="开发微服务"><meta property="og:description" content="Dubbo-go 快速开始"><meta
property="og:locale" content="zh_cn"><meta property="og:type"
content="article"><meta property="article:section" content="overview"><meta
property="article:modified_time" content="2025-11-08T14:11:11+08:00"><meta
itemprop=name content="开发微服务"><meta itemprop=description content="Dubbo-go
快速开始"><meta itemprop=dateModified content="2025 [...]
+<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="开发微服务"><meta property="og:description" content="Dubbo-go 快速开始"><meta
property="og:locale" content="zh_cn"><meta property="og:type"
content="article"><meta property="article:section" content="overview"><meta
property="article:modified_time" content="2025-11-08T14:32:06+08:00"><meta
itemprop=name content="开发微服务"><meta itemprop=description content="Dubbo-go
快速开始"><meta itemprop=dateModified content="2025 [...]
<a class=dropdown-item href=/zh-cn/overview/notices/>安全公告</a>
<a class=dropdown-item href=/zh-cn/contact/>贡献者指南</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/blog/><span>博客</span></a></li><li class="nav-item nav-item-line
px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/download/><span>下载</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>生态</a><div class="dropdo [...]
<a class=dropdown-item href=/zh-cn/overview/mannual/control-plane/>可视化控制台</a>
@@ -669,8 +669,8 @@
</span></span><span style=display:flex><span> protocol.<span
style=color:#268bd2>WithPort</span>(<span style=color:#2aa198>20000</span>),
</span></span><span style=display:flex><span> ),
</span></span><span style=display:flex><span>)
-</span></span></code></pre></div><p>然后,才是创建 <code>ins.NewServer()</code> 并为
server 实例注册服务 <code>greet.RegisterGreetServiceHandler(srv,
&GreetTripleServer{})</code>,最后通过 <code>srv.Serve()</code> 启动进程。</p><div
class="alert alert-info" role=alert><h4 class=alert-heading>关于 dubbo.Insance
说明</h4><ul><li>在开发 dubbo 微服务应用时,我们推荐使用 <code>dubbo.Instance</code>
来设置一些全局性的服务治理能力,如注册中心、协议、应用名、tracing、配置中心等。</li><li><code>ins.NewServer()</code>
可以创建多个,通常当你需要在多个端口 <a href=/zh-cn/>发布多个协议</a> 时才需要这么做。< [...]
-<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
[...]
+</span></span></code></pre></div><p>然后,才是创建 <code>ins.NewServer()</code> 并为
server 实例注册服务 <code>greet.RegisterGreetServiceHandler(srv,
&GreetTripleServer{})</code>,最后通过 <code>srv.Serve()</code> 启动进程。</p><div
class="alert alert-info" role=alert><h4 class=alert-heading>关于 dubbo.Insance
说明</h4><ul><li>在开发 dubbo 微服务应用时,我们推荐使用 <code>dubbo.Instance</code>
来设置一些全局性的服务治理能力,如注册中心、协议、应用名、tracing、配置中心等。</li><li><code>ins.NewServer()</code>
可以创建多个,通常当你需要在多个端口 <a href=/zh-cn/>发布多个协议</a> 时才需要这么做。< [...]
+<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/golang-sdk/quickstart/microservices?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+t
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=%e5%bc%80%e5%8f%91%e5%be%ae%e6%9c%8d%e5%8a%a1"
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><a
href=#前置条件>前置条件</a></li><li><a href=#快速运行示例>快速运行示例</a><ul><li><a
href=#下载示例源码>下载示例源码</a></li><li><a href=#启动-nacos>启动 Nacos</a></li><li><a
href=#运行-server>运行 server</a></li><li><a href=#运行-client>运行
client</a></li></ul></li><li><a href=#源码讲解>源码讲解</a></li><li><a
href=#更多内容>更多内容</a></li></ul></nav></div></div></div></div><footer><div class=f
[...]
diff --git a/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/index.xml
b/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/index.xml
index 420ce0d4ade..c2ae3d7536d 100644
--- a/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/index.xml
+++ b/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/index.xml
@@ -8,4 +8,4 @@
<p>再执行 triple/client/cmd 和 triple/server/cmd 目录下的 main()方法。</p>
</li>
</ol>
-<p><a
href="https://github.com/apache/dubbo-go-samples/tree/main/context"
target="_blank">完整示例源码地址</a></p></description></item></channel></rss>
\ No newline at end of file
+<p>完整示例源码<a
href="https://github.com/apache/dubbo-go-samples/tree/main/transcation/">地址</a></p></description></item></channel></rss>
\ No newline at end of file
diff --git
a/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
b/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
index ad62a3d0d53..8efef7d9e1e 100644
--- a/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
+++ b/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/index.html
@@ -1,5 +1,5 @@
<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS
content="INDEX, FOLLOW"><link rel=alternate hreflang=en
href=https://dubbo.apache.org/en/overview/mannual/golang-sdk/tutorial/transaction/seata/><link
rel=canonical
href=https://dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata/><script>var
_paq=window._paq=window._paq||[];_paq.push(["setDocumentTitle",document.domain+"/"+document.title]),_paq.push(["setCookieDomain","*.dubbo.apache.org"]),_pa
[...]
-<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Seata分布式事务"><meta property="og:description" content="使用 Seata
分布式事务解决方案解决 Dubbo 数据一致性问题。"><meta property="og:locale" content="zh_cn"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2024-09-13T15:29:11+08:00"><meta itemprop=name
content="Seata分布式事务"><meta itemprop=description content="使用 Seata 分布式事务解决方案解决
Dub [...]
+<meta property="og:site_name" content="Apache Dubbo"><meta property="og:title"
content="Seata分布式事务"><meta property="og:description" content="使用 Seata
分布式事务解决方案解决 Dubbo 数据一致性问题。"><meta property="og:locale" content="zh_cn"><meta
property="og:type" content="article"><meta property="article:section"
content="overview"><meta property="article:modified_time"
content="2025-11-08T14:32:06+08:00"><meta itemprop=name
content="Seata分布式事务"><meta itemprop=description content="使用 Seata 分布式事务解决方案解决
Dub [...]
<a class=dropdown-item href=/zh-cn/overview/notices/>安全公告</a>
<a class=dropdown-item href=/zh-cn/contact/>贡献者指南</a></div></li><li
class="nav-item nav-item-line px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/blog/><span>博客</span></a></li><li class="nav-item nav-item-line
px-2 mb-2 mb-lg-0"><a class=nav-link
href=/zh-cn/download/><span>下载</span></a></li><li class="nav-item dropdown
d-lg-block"><a class="nav-link dropdown-toggle" href=# id=navbarDropdown
role=button data-toggle=dropdown aria-haspopup=true
aria-expanded=false>生态</a><div class="dropdo [...]
<a class=dropdown-item href=/zh-cn/overview/mannual/control-plane/>可视化控制台</a>
@@ -627,8 +627,8 @@
<label for=m-zh-cnoverviewnoticesadmin-check><a
href=/zh-cn/overview/notices/admin/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticesadmin><span>Dubbo Admin
安全</span></a></label></li><li class="td-sidebar-nav__section-title
td-sidebar-nav__section without-child" id=m-zh-cnoverviewnoticeslog4j-li><input
type=checkbox id=m-zh-cnoverviewnoticeslog4j-check>
<label for=m-zh-cnoverviewnoticeslog4j-check><a
href=/zh-cn/overview/notices/log4j/ class="align-left pl-0 td-sidebar-link
td-sidebar-link__page" id=m-zh-cnoverviewnoticeslog4j><span>Log4j
漏洞影响</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=/zh-cn/overview/>文档</a></li><li class=breadcrumb-item><a href=/zh-cn/ove
[...]
</span></span><span style=display:flex><span>docker-compose -f
docker-compose.yml up -d seata-server
-</span></span></code></pre></div></li><li><p>再执行 triple/client/cmd 和
triple/server/cmd 目录下的 main()方法。</p></li></ol><p><a
href=https://github.com/apache/dubbo-go-samples/tree/main/context
target=_blank>完整示例源码地址</a></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
[...]
+</span></span></code></pre></div></li><li><p>再执行 triple/client/cmd 和
triple/server/cmd 目录下的 main()方法。</p></li></ol><p>完整示例源码<a
href=https://github.com/apache/dubbo-go-samples/tree/main/transcation/>地址</a></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
[...]
<a
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn//overview/mannual/golang-sdk/tutorial/transaction/seata?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
[...]
<a
href="https://github.com/apache/dubbo-website/issues/new?title=Seata%e5%88%86%e5%b8%83%e5%bc%8f%e4%ba%8b%e5%8a%a1"
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></div></div></div></div><footer><div
class=footer-container><div class=footer-container-left><div
class=footer-container-left-title>关注我们</div><div
class=footer-container-left-des>请通过以下任一或多个渠道关注社区动态,与社区开发者保持密切沟通。</div><div><button
class="contact-btn qr-container" onmouseover='showQRCode("wechat-qr")'
onmouseout='hideQRCode("wechat-qr")'>微信<div class=qr-code id=wechat-qr styl
[...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index d3ff287c249..4a1bd47e17d 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-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ 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-11-28T15:14:12+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority><xhtml:link
rel="alternate" hreflang="en" href="https://dubbo.apach [...]
\ No newline at end of file