xiaoxiangdaiyu opened a new issue #238:
URL: https://github.com/apache/dubbo-js/issues/238


   The version is "3.0.0-rc6"
   
   In addition to dubbo, our service has other custom roots, such as 
qa/com.xxxxx.
   The default dubbo cannot meet the requirements.
   
   You can see that customization is supported in zookeeper.js
   ```
   
   //Default dubbo
           this._props.zkRoot = this._props.zkRoot ||'dubbo';
   ```
   
   But only url is supported in props transmission
   ```
    register = registry_1.zk({
                   url: this._props.register,
               });
   
   ```
   Expect to add other props, like the following:
   ```
    register = registry_1.zk({
                   url: this._props.register,
                   ...this._props
               });
   ```
   


-- 
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:
us...@infra.apache.org



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

Reply via email to