-
Updated
Apr 10, 2021 - Java
dubbo
Here are 696 public repositories matching this topic...
Beta release: Grayscale release can not select client IP needs to be filled in manually, hope to add support to select IP directly from the connected client
Beta发布: 灰度发布不能选择客户端ip 需要手动填写,希望增加支持从已连接的客户端直接选择ip
-
Updated
Jan 20, 2021 - Java
-
Updated
Mar 2, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Apr 7, 2021 - Java
-
Updated
Apr 15, 2021 - Go
-
Updated
Mar 31, 2021 - Java
-
Updated
Mar 31, 2021 - Java
-
Updated
Mar 20, 2021 - Java
-
Updated
Mar 29, 2020 - Java
-
Updated
Apr 19, 2021 - Java
-
Updated
Jul 2, 2018 - Java
假设Apollo中有一行配置为:dubbo.service.user_provider.protocol=dubbo
而在构造ServiceConfig的过程中,Prefix中获取了InterfaceName,未能与properties的key匹配,导致构造失败
// Prefix returns dubbo.service.${interface}. func (c *ServiceConfig) Prefix() string { return constant.ServiceConfigPrefix + c.InterfaceName + "." }
同样的问题也处在构造ReferenceConfig的过程中
``
// nolint
func (c *ReferenceConfig) Prefix() string {
return cons
-
Updated
Mar 25, 2021 - Java
-
Updated
May 17, 2019
-
Updated
Apr 12, 2021 - Java
-
Updated
Feb 14, 2019 - Java
-
Updated
Mar 31, 2021 - JavaScript
Improve this page
Add a description, image, and links to the dubbo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dubbo topic, visit your repo's landing page and select "manage topics."
在dubbo版本2.7.3,cache为expiring 类型时,目前没有找到办法配置cache.seconds 和cache.interval 。望指教