This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch history/next
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
from 28925cfa8fe hugo template remove empty string (#2966)
add 77317be3e21 add gateway examples (#2968)
No new revisions were added by this update.
Summary of changes:
.github/workflows/link_check.yml | 2 +-
content/zh-cn/_index.html | 2 +-
.../dubbo-triple-with-apisix-gateway.md | 154 +++++++++++++
.../how-to-proxy-dubbo-in-apache-apisix.md | 134 ++++++++----
.../integration/how-to-proxy-dubbo-in-higress.md | 87 ++++----
.../overview/mannual/golang-sdk/quickstart/rpc.md | 8 +-
.../golang-sdk/tutorial/configuration/_index.md | 2 +-
.../tutorial/{service-mesh => deploy2}/_index.md | 4 +-
.../tutorial/{service-mesh => deploy2}/deploy.md | 5 -
.../{traffic => deploy2}/graceful_shutdown.md | 8 +-
.../tutorial/{service-mesh => deploy2}/istio.md | 0
.../proxyless_service_mesh.md | 0
.../traffic_management.md | 0
.../mannual/golang-sdk/tutorial/gateway/_index.md | 7 +
.../{service-mesh/pixiu => gateway}/http_triple.md | 0
.../pixiu => gateway}/pixiu-nacos-triple.md | 0
.../golang-sdk/tutorial/interop-dubbo/_index.md | 2 +-
.../call_java_protocol_dubbo_non_protobuf.md | 6 +
.../tutorial/interop-dubbo/service-discovery.md | 2 +-
.../golang-sdk/tutorial/interop-grpc/_index.md | 2 +-
.../golang-sdk/tutorial/load-balance/_index.md | 6 +
.../tutorial/load-balance/loadbalance.md | 61 ++++++
.../golang-sdk/tutorial/observability/_index.md | 2 +-
.../golang-sdk/tutorial/observability/logger.md | 2 +-
.../tutorial/observability/rpc_metrics.md | 5 +-
.../tutorial/{tracing => observability}/tracing.md | 0
.../mannual/golang-sdk/tutorial/rpc/_index.md | 2 +-
.../tutorial/service-discovery/_index.md | 2 +-
.../tutorial/service-mesh/pixiu/_index.md | 9 -
.../mannual/golang-sdk/tutorial/tracing/_index.md | 9 -
.../mannual/golang-sdk/tutorial/traffic/_index.md | 2 +-
.../golang-sdk/tutorial/traffic/limit/_index.md | 9 -
.../tutorial/traffic/limit/adaptive-service.md | 26 ---
.../tutorial/traffic/limit/internally/_index.md | 9 -
.../tutorial/traffic/limit/polaris/_index.md | 9 -
.../tutorial/traffic/limit/sentinel/_index.md | 9 -
.../tutorial/traffic/limit/tps_limiter.md | 112 ----------
.../golang-sdk/tutorial/traffic/mesh_router.md | 153 -------------
.../mannual/golang-sdk/tutorial/traffic/router.md | 10 +
.../golang-sdk/tutorial/traffic/sentinel.md | 35 +++
.../golang-sdk/tutorial/transaction/_index.md | 7 +
.../golang-sdk/tutorial/transaction/seata.md | 18 ++
.../mannual/java-sdk/tasks/deploy/_index.md | 5 +-
.../mannual/java-sdk/tasks/gateway/_index.md | 6 +-
.../mannual/java-sdk/tasks/gateway/dubbo.md | 58 +++--
.../mannual/java-sdk/tasks/gateway/triple.md | 237 +++++++++++++++++----
.../tasks/service-discovery/loadbalance.md | 2 +-
.../tasks/trasaction/distributed-transaction.md | 4 +-
.../what/core-features/traffic/mesh-rule.md | 3 +-
layouts/shortcodes/blocks/cover.html | 2 +-
static/imgs/v3/tasks/gateway/triple-higress.png | Bin 0 -> 801237 bytes
51 files changed, 693 insertions(+), 546 deletions(-)
create mode 100644
content/zh-cn/blog/integration/dubbo-triple-with-apisix-gateway.md
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh =>
deploy2}/_index.md (53%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh =>
deploy2}/deploy.md (99%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{traffic =>
deploy2}/graceful_shutdown.md (98%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh =>
deploy2}/istio.md (100%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh =>
deploy2}/proxyless_service_mesh.md (100%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh =>
deploy2}/traffic_management.md (100%)
create mode 100755
content/zh-cn/overview/mannual/golang-sdk/tutorial/gateway/_index.md
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh/pixiu
=> gateway}/http_triple.md (100%)
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{service-mesh/pixiu
=> gateway}/pixiu-nacos-triple.md (100%)
create mode 100755
content/zh-cn/overview/mannual/golang-sdk/tutorial/load-balance/_index.md
create mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/load-balance/loadbalance.md
rename content/zh-cn/overview/mannual/golang-sdk/tutorial/{tracing =>
observability}/tracing.md (100%)
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/service-mesh/pixiu/_index.md
delete mode 100755
content/zh-cn/overview/mannual/golang-sdk/tutorial/tracing/_index.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/_index.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/adaptive-service.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/internally/_index.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/polaris/_index.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/sentinel/_index.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/limit/tps_limiter.md
delete mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/mesh_router.md
create mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/router.md
create mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/traffic/sentinel.md
create mode 100755
content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/_index.md
create mode 100644
content/zh-cn/overview/mannual/golang-sdk/tutorial/transaction/seata.md
create mode 100644 static/imgs/v3/tasks/gateway/triple-higress.png