书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 2896 个相关结果.
  • 服务发现

    服务发现 Dubbo 分类 Apache Dubbo 接入 支持版本 引入依赖 配置北极星注册中心地址 执行服务发现及调用 样例 服务发现 Dubbo 分类 Dubbo当前常用的有2个分支版本,一个是apache dubbo(GroupID是org.apache.dubbo), 一个是dubbox (GroupID是com.alibab...
  • Spring Boot

    Spring Boot application.yaml Configuration Example dubbo dubbo.metrics dubbo.tracing Starter List dubbo-spring-boot-starter Other Component Starters Note Feedback Spri...
  • IDL 定义跨语言服务

    IDL 定义跨语言服务 前置条件 创建工程 IDL 定义跨语言服务 从零演示如何基于 IDL 方式来定义 Dubbo 服务并使用 Triple 协议 使用 IDL 定义服务具有更好的跨语言友好性,对于 Dubbo3 新用户而言,我们推荐使用这种方式。 然而 Triple 协议并不是和 IDL 强绑定的,也可以使用 Java Interface +...
  • QOS 手册

    在线运维命令参考手册 端口 安全 telnet 与 http 协议 支持的命令 ls 列出消费者和提供者 Online 上线服务命令 Offline 下线服务命令 help 命令 相关参数说明 使用系统属性方式进行配置 使用dubbo.properties文件进行配置 使用XML方法进行配置 使用spring-boot自动装配方式配置 ...
  • Performance Sampling Command

    Performance Sampling Command enableSimpleProfiler Command disableSimpleProfiler Command enableDetailProfiler Command disableDetailProfiler Command setProfilerWarnPercent Comman...
  • QOS Overview

    QOS Overview How to Use telnet and HTTP Protocol Port Security Permission Configuration Methods System Properties dubbo.properties XML Spring Boot Autowiring Feedback ...
  • 动态路由

    动态路由 Dubbo 分类 Apache Dubbo 接入 支持版本 引入依赖 配置北极星注册中心地址 使用动态路由能力 样例 动态路由 Dubbo 分类 Dubbo当前常用的有2个分支版本,一个是apache dubbo(GroupID是org.apache.dubbo), 一个是dubbox (GroupID是com.alibaba...
  • 生态组件

    生态组件 Dubbo-go Dubbo-go-samples Dubbo-go-pixiu Dubbo-getty Dubbo-go-hessian2 Dubbogo-tools 生态组件 Dubbo-go 生态组件 Dubbo-go github.com/apache/dubbo-go Apache Dubbo Go 语言实现主仓...
  • Quick Start

    Quick Start 1 Prerequisites 2 Define Dubbo Services Using IDL 3 Add Dubbo-rust and Related Dependencies to the Project 4 Configure dubbo-build to Compile IDL 5 Write Dubbo Busi...
  • 19 重新来过从一个服务消费者的Demo说起

    444 2022-08-21 《Dubbo3 源码解析》
    19 重新来过从一个服务消费者的Demo说起 19.1 启动Zookeeper 19.2 服务消费者 19.3 启用服务消费者 1.4 启用服务后写入Zookeeper的节点数据 19 重新来过从一个服务消费者的Demo说起 为了更方便了解原理,我们先来编写一个Demo,从例子中来看源码实现:,前面说了提供者现在已经有服务注册上去了,那接下来我...