-
Updated
May 9, 2021 - Java
dubbo
Here are 699 public repositories matching this topic...
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
eg. Nacos Discovery, Sentinel
Is your feature request related to a problem? Please describe.
Feign限流降级好像只支持url粒度,能否支持服务粒度,就像对RestTemplate支持两种粒度一样(Feign's current limiting degradation seems to only support URL granularit
Issue Description
Type: feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
When Dubbo is registered, it is registered according to the interface. If you want to logoff all interfaces provided by a service. It's too painful to search for only one interface, then enter the details, and then go offline. If you can provide a qu
-
Updated
May 8, 2021 - Java
-
Updated
Mar 2, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Apr 7, 2021 - Java
-
Updated
Apr 26, 2021 - Go
-
Updated
Apr 22, 2021 - Java
-
Updated
May 10, 2021 - Java
-
Updated
May 10, 2021 - Java
-
Updated
Apr 27, 2021 - Java
-
Updated
Mar 29, 2020 - 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 26, 2021 - Java
-
Updated
Feb 14, 2019 - Java
-
Updated
Apr 26, 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 。望指教