Closed pengfeiLuky closed 5 years ago
@pengfeiLuky BeanShellScript内直接写Java Code 就可以支持
是下面这样写吗?还是鉴权不通过,确定参数是对的。具体写大神法求指导 import com.alibaba.dubbo.rpc.RpcContext; RpcContext.getContext().setAttachment("appName", "xxx"); RpcContext.getContext().setAttachment("appAuthKey", "xxx");
@ningyu1 您好 能给个样例吗?急用,感谢!!
@pengfeiLuky 我刚才测试了一下BeanShellScript不能满足隐士传参的效果 BeanShellScript只允许使用'ctx,vars,props,prev,sampler,log'这些内置变量 目前插件还没有把隐士传参扩展出来
是否支持dubbo rpc隐式参数传递呢?如何支持