apache/dubbo

Dubbo3.2.0-beta.5 proxyless mesh模式测试流量路由未成功

Open

#11,789 创建于 2023年3月10日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)Java (26,453 fork)batch import
help wanted

仓库指标

Star
 (41,524 star)
PR 合并指标
 (平均合并 7天 14小时) (30 天内合并 20 个 PR)

描述

  • I have searched the issues of this repository and believe that this is not a duplicate.

Ask your question here

Environment

dubbo: 3.2.0-beta.5 jdk: 1.8 k8s: 1.25.2 istio: 1.17.1

Steps to reproduce this issue

  1. 按照官方示例(https://cn.dubbo.apache.org/zh-cn/overview/tasks/mesh/proxyless/) 搭建了测试环境。
  2. 使用了官方测试demo(https://github.com/apache/dubbo-samples/tree/master/3-extensions/registry/dubbo-samples-xds) ,修改dubbo版本到3.2.0-beta.5。
  3. 在k8s中部署了两个版本(v1与v2)的provider以及一个consumer。
  4. 使用的路由配置如下所示:

Expected Behavior

v1版本的pod接收全部consumer流量,v2版本pod没有流量。

Actual Behavior

v1与v2版本流量均有流量,流量路由功能未生效。

贡献者指南