apache / dubbo-admin

The ops and reference implementation for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
3.99k stars 2.17k forks source link

develop分支的服务测试不支持triple接口? #1019

Open kevin-cao opened 1 year ago

kevin-cao commented 1 year ago

Environment

Steps to reproduce this issue

  1. 本地依次启动TestingServer, triple provider, org.apache.dubbo.admin.DubboAdminApplication
  2. 在服务查询中选择一个unary接口,点击测试
  3. provider收到请求,但body为空。triple consumer可正常访问provider接口

Pls. provide [GitHub address] to reproduce this issue.

Expected Result

What do you expected from the above steps?

Actual Result

What actually happens? provider收到请求,但请求pb对象的数据为空(无法序列化?)

If there is an exception, please attach the exception trace: provider无报错