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 2021/05/11 03:14:04 UTC

[GitHub] [dubbo-js] xiaoxiangdaiyu opened a new issue #238: customize zkRoot path

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



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


[GitHub] [dubbo-js] hufeng commented on issue #238: customize zkRoot path

Posted by GitBox <gi...@apache.org>.
hufeng commented on issue #238:
URL: https://github.com/apache/dubbo-js/issues/238#issuecomment-868067975


   landed 4.0.0


-- 
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



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


[GitHub] [dubbo-js] hufeng closed issue #238: customize zkRoot path

Posted by GitBox <gi...@apache.org>.
hufeng closed issue #238:
URL: https://github.com/apache/dubbo-js/issues/238


   


-- 
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



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


[GitHub] [dubbo-js] hufeng commented on issue #238: customize zkRoot path

Posted by GitBox <gi...@apache.org>.
hufeng commented on issue #238:
URL: https://github.com/apache/dubbo-js/issues/238#issuecomment-867001038


   You can check zookeeper to determine whether the service is registered successfully


-- 
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



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


[GitHub] [dubbo-js] hufeng commented on issue #238: customize zkRoot path

Posted by GitBox <gi...@apache.org>.
hufeng commented on issue #238:
URL: https://github.com/apache/dubbo-js/issues/238#issuecomment-866993983


   @xiaoxiangdaiyu ok, let me implements 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



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