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/08/20 03:23:49 UTC

[GitHub] [dubbo] BazookaW opened a new pull request #8556: Fix issue #8541

BazookaW opened a new pull request #8556:
URL: https://github.com/apache/dubbo/pull/8556


   issue no #8541


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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] AlbumenJ commented on pull request #8556: Fix issue #8541 on branch master

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on pull request #8556:
URL: https://github.com/apache/dubbo/pull/8556#issuecomment-903458543


   It might not a good idea to add such timestamp key on provider url. For Service Discovery model, we treat a group of providers which provide the same services have the same urls. This need these providers' urls do not contains dynamic keys like `timestamp`.


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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] yuanhe3 commented on pull request #8556: Fix issue #8541 on branch master

Posted by GitBox <gi...@apache.org>.
yuanhe3 commented on pull request #8556:
URL: https://github.com/apache/dubbo/pull/8556#issuecomment-903586451


   > It might not a good idea to add such timestamp key on provider url. For Service Discovery model, we treat a group of providers which provide the same services have the same urls. This need these providers' urls do not contains dynamic keys like `timestamp`.
   
   你好,请教下,我遇到一个问题,就是我在dubbo的服务端的xml 配置了parameter 参数,这个参数我设置的是动态key如timestamp,之后我通过消费端调用服务端的接口,因为我服务端部署了两个实例,这样的话,我理解在消费端拿到的服务端的 timestamp 应该就是不同的,但是我测试后,发现消费端调用的两个服务端实例的 timestamp 都是相同的(取的是其中一个服务端实例的参数),这个是不是你说的Service Discovery mode 导致的呢,是不是有在某个环节把这些参数都默认取其中一个服务端实例的参数呢?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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] BazookaW closed pull request #8556: Fix issue #8541 on branch master

Posted by GitBox <gi...@apache.org>.
BazookaW closed pull request #8556:
URL: https://github.com/apache/dubbo/pull/8556


   


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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