thubbo / jmeter-plugins-for-apache-dubbo

Dubbo Plugin for Apache JMeter, It is a plug-in developed for testing Dubbo in Jmeter.
Apache License 2.0
565 stars 290 forks source link

使用Nacos作注册中心时,必须填Version才能调用成功 #135

Open storyoftime66 opened 3 years ago

storyoftime66 commented 3 years ago

使用Nacos作为注册中心时,如果Provider没有加服务版本,则使用该工具无法调用dubbo接口

因为DubboSample不填version时,在Nacos上创建的消费者为: comsumer:com.xxx.xxxService::DEV

但Nacos上的提供者服务实际为: provider:com.xxx.xxxService:DEV

导致提供者不加version,使用工具无法调用

ningyu1 commented 3 years ago

这应该是dubbo的兼容问题

ningyu1 commented 3 years ago

@Aaaaace 提供一下你使用的插件版本

storyoftime66 commented 3 years ago

@Aaaaace 提供一下你使用的插件版本 2.7.4-with-dependencies

WuWenjie1012 commented 3 years ago

这应该是dubbo的兼容问题

插件的版本是2.7.8-with-dependencies,provider的dubbo版本是2.7.6

itming001 commented 2 years ago

这个支持nacos的注册中心吗

ningyu1 commented 2 years ago

这个支持nacos的注册中心吗

支持