jmeter-plugins-for-apache-dubbo icon indicating copy to clipboard operation
jmeter-plugins-for-apache-dubbo copied to clipboard

Dubbo Plugin for Apache JMeter, It is a plug-in developed for testing Dubbo in Jmeter.

Results 20 jmeter-plugins-for-apache-dubbo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/70947600/154240966-4e8a925d-b1ae-4002-bfda-d6d306c99155.png) ![image](https://user-images.githubusercontent.com/70947600/154241006-82267849-8d8f-4906-90d0-c20e179415fa.png)

Bumps [dubbo](https://github.com/apache/dubbo) from 2.7.8 to 2.7.15. Release notes Sourced from dubbo's releases. dubbo-2.7.15 Bugfix dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x Check before use to avoid possible NPE in MetadataInfo...

dependencies

使用Nacos作为注册中心时,如果Provider没有加服务版本,则使用该工具无法调用dubbo接口 因为DubboSample不填version时,在Nacos上创建的消费者为: `comsumer:com.xxx.xxxService::DEV` 但Nacos上的提供者服务实际为: `provider:com.xxx.xxxService:DEV` 导致提供者不加version,使用工具无法调用

在配置了dubbo的接口请求界面,某个方法入参的paramValue如果是json串,可能会非常长,这里能否把高度拉宽点,允许换行,这样json格式化会比较容易阅读和修改。 ![image](https://user-images.githubusercontent.com/700937/99212170-4f945200-2805-11eb-95db-d30dff09d116.png)

help wanted

我们这边使服务端用dubbo会在RpcContext.getContext().setAttachment(key, value)里的value中使用一个map而不是字符串, 现在的方式直接序列化过去是string导致服务端无法解析。 我这边稍微修改了下让它沿用ClassUtils.parseParameter兼容其他数据格式的反序列化。 List attachmentArgs = Constants.getAttachmentArgs(this); if (attachmentArgs != null && !attachmentArgs.isEmpty()) { List attachmentParameterTypeList = new ArrayList(); List attachmentParameterValueList = new ArrayList(); for(MethodArgument attachmentArg : attachmentArgs) {...

help wanted

我的服务的请求对象是用Google CodeGen生成的,也用的是Google的PB,如果按目前只接受key-value的参数是无法支持Google PB的,是否有计划支持?或者,是否有解决的办法?

type/enhancement
help wanted

![image](https://user-images.githubusercontent.com/38460004/103201695-7af17d00-492b-11eb-9498-160699b0d0a8.png) nacos+dubbo,consumer注册上了,但报找不到provider的错误。 这里interface填的是代码里的路径,但是正常服务发现是用服务名来找的,界面中没看到填provider服务名的地方。