You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var Service=require('node-zookeeper-dubbo');
var opt={
gruop:'dubbo', // dubbo group default by 'dubbo',optional
conn:'192.168.2.138:20880', // zookeeper url
path:'com.service.dubbo.provider.ParamService', // service url
}
var service = new Service(opt);
在 new Service的时候报错了:
throw new assert.AssertionError({^
AssertionError: connectionString must be an non-empty string.
请问是什么原因呢?
The text was updated successfully, but these errors were encountered:
var Service=require('node-zookeeper-dubbo');
var opt={
gruop:'dubbo', // dubbo group default by 'dubbo',optional
conn:'192.168.2.138:20880', // zookeeper url
path:'com.service.dubbo.provider.ParamService', // service url
}
var service = new Service(opt);
在 new Service的时候报错了:
throw new assert.AssertionError({^
AssertionError: connectionString must be an non-empty string.
请问是什么原因呢?
The text was updated successfully, but these errors were encountered: