You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2019/09/05 06:52:43 UTC

[GitHub] [dubbo-js] pxmage opened a new issue #136: What does "dubboSetting" stand for?

pxmage opened a new issue #136: What does "dubboSetting" stand for?
URL: https://github.com/apache/dubbo-js/issues/136
 
 
   I tried to create a Dubbo object following the document
   ```javascript
   // create dubbo object
   const dubbo = new Dubbo<typeof service>({
     application: {name: 'node-dubbo'},
     // zookeeper address
     register: 'localhost:2181',
     service,
   });
   ```
   However, typescript told me that I need to pass a `dubboSetting` to the constructor, which is not listed on the document.
   
   What am I supposed to pass to it?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org