dubbo-website icon indicating copy to clipboard operation
dubbo-website copied to clipboard

Apache Dubbo documents

Results 301 dubbo-website issues
Sort by recently updated
recently updated
newest added

配置nocos 权重 dubbo不生效

![image](https://user-images.githubusercontent.com/17487735/111066279-1d67d800-84f9-11eb-84a9-e146bfe68d7b.png) 泛化调用是不是用于服务消费端没有API的情况,而不是服务器端

How to use the annotation @Argument ?

## Describe the proposal dubbo官方文档改版之后确实有了很多层次感的东西,但对于一个从没有使用过dubbo的人想快速体验一把,看了官方文档感觉很困惑。 对于Dubbo 的简单实用入门 的步骤是否可以如下步骤? 1. 接入方式,主要推广 基于注解方式或直接 SpringBoot 集成 大部分现在基本不用xml方式了, 当然官网做到了多种方式都有样例,但还是建议将 基于注解方式 和 SpringBoot 放在前面 2. 针对哪一种方式需 引入 什么 maven/gradel 配置 例如: 注解方式 只需引入如下配置 ```xml org.apache.dubbo...

enhancement

原文中: "最终决定采用的是 JDK 标准的 SPI 扩展机制" "并约定所有插件,都必须标注:@Extension("name"),作为加载后的标识性名称,用于配置选择" 实际上并未使用ServiceLoader,而是自己依照其思想实现了ExtensionLoader作为拓展机制,所以也无需标注@Extension("name")

There is a 404 page[1], but when we access wrong url, it will show apache default 404 page[2]. Something is wrong in here. we need fix configuration and also make...

help wanted

According to this line: https://github.com/apache/dubbo/blob/master/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/schema/DubboBeanDefinitionParser.java#L101 In fact, either id or name property is important for ``. When using group to distinguish different implementations but forgetting to configure both id and...

整体设计 图例中 ExchangeServer 拼写错误为 ExchangeSerever.