We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
val dubboConfig = Dubbo.protocol("dubbo").generic("true") //直连某台Dubbo机器,只单独压测一台机器的水位 .url("dubbo://IP地址:端口") //或设置注册中心,压测该Dubbo应用集群的水位,支持ETCD3注册中心 .registryProtocol("") .registryAddress("")
Dubbo这个object不存在么? 异常:Cannot resolve symbol Dubbo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
val dubboConfig = Dubbo.protocol("dubbo").generic("true")
//直连某台Dubbo机器,只单独压测一台机器的水位
.url("dubbo://IP地址:端口")
//或设置注册中心,压测该Dubbo应用集群的水位,支持ETCD3注册中心
.registryProtocol("")
.registryAddress("")
Dubbo这个object不存在么?
异常:Cannot resolve symbol Dubbo
The text was updated successfully, but these errors were encountered: