书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 2896 个相关结果.
  • 高级用法

    高级用法 启动时检查 序列化协议安全 集群容错 负载均衡 线程模型 直连提供者 只订阅 多协议 多注册中心 服务分组 静态服务 多版本 分组聚合 参数验证 结果缓存 使用泛化调用 Protobuf GoogleProtobuf 对象泛化调用 实现泛化调用 回声测试 上下文信息 隐式参数 异步执行 异步调用 本地...
  • Support for GraalVM Native Image

    Dubbo AOT — How to Implement Static Dubbo Applications using GraalVM Native Image Dubbo GraalVM adaptation document may be out of date Usage Scenarios How to Use Step 1: Install...
  • Maven Plugin Configuration

    Configuration of the Dubbo Maven Plugin Dubbo Maven Plugin For Protobuf How to use Dubbo Maven Plugin to generate Protobuf Stub code 1. Write the .proto file 2. Include the dubbo-...
  • Protocol

    Protocol 任务详情 实现方式 代码结构 Common Provider Consumer 代码详情 SPI配置 Provider Consumer 配置文件 Provider Consumer 运行结果 注册协议 输出结果 Protocol 本文讲解如何通过扩展 org.apache.dubbo.rpc.Prot...
  • RPC Benchmark

    RPC Protocol Triple&Dubbo Benchmark Testing 1.1 Environment 1.2 Data Analysis 1.2.1 Comparison of Different Versions of Dubbo Protocol Implementations 1.2.2 Dubbo Protocol vs. Tr...
  • Spring Boot Starter

    Spring Boot Creating a Project dubbo-spring-boot-starter Maven Dependencies application.yml Configuration File Dubbo Annotations @DubboService Annotation @DubboReference Annota...
  • 配置加载流程

    配置加载流程 配置来源 覆盖关系 配置格式 几种编程配置方式 Spring XML Spring Annotation Spring Boot API 配置加载流程 Dubbo 中的配置加载流程介绍 此篇文档主要讲在应用启动阶段,Dubbo框架如何将所需要的配置采集起来 (包括应用配置、注册中心配置、服务配置等),以完成服务的暴露和...
  • XML Configuration

    XML Configuration Complete XML Example Service Provider Define Service Interface Implement Interface in Service Provider Declare Service Exposure with Spring Configuration Load ...
  • API 参考手册

    API 参考手册 提示 配置 API 注解 API 模型 API 上下文 API 服务 API API 参考手册 Dubbo API 参考手册 Dubbo 的常规功能,都保持零侵入,但有些功能不得不用 API 侵入才能实现。 提示 Dubbo 中除这里声明以外的接口或类,都是内部接口或扩展接口,普通用户请不要直接依赖,否则升级版本...
  • 配置加载流程

    配置加载流程 配置来源 覆盖关系 配置格式 几种编程配置方式 Spring API 配置加载流程 此篇文档主要讲在应用启动阶段,Dubbo框架如何将所需要的配置采集起来 (包括应用配置、注册中心配置、服务配置等),以完成服务的暴露和引用流程。 根据驱动方式的不同(比如Spring或裸API编程)配置形式上肯定会有所差异,具体请参考XML...