书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2910 个相关结果.
  • Traditional Registration Center

    Traditional deployment architecture based on Zookeeper and Nacos for deploying Dubbo applications in a virtual machine environment Install Nacos Deploy Application Method 1: Local...
  • Local Configuration File

    Use the dubbogo.yml Configuration File to Develop Applications 1. Introduction 2. Usage Instructions 2.1 Run Example Build Proto Server Client 2.2 Client Instructions 2.3 Ser...
  • 介绍

    Dubbo 介绍 Dubbo 的开源故事 为什么需要 Dubbo,它能做什么? Dubbo 不是什么? Dubbo 介绍 5 分钟快速掌握 Apache Dubbo Apache Dubbo 是一款 RPC 服务开发框架,用于解决微服务架构下的服务治理与通信问题,官方提供了 Java、Golang 等多语言 SDK 实现。使用 Dubbo 开...
  • Publish/Call Standard gRPC Service

    Develop gRPC Services with Dubbo Run Example As a Standard gRPC Server Start Dubbo Server Call Triple Service Using Standard gRPC Client As a Standard gRPC Client Start Standard...
  • 配置加载流程

    配置工作原理 实现原理 注意 service 与 reference consumer 与 provider 配置方式 属性配置 API 配置 XML 配置 Annotation 配置 Spring Boot 配置 配置规范与来源 1 配置格式 1.1 应用级配置(无id) 1.2 实例级配置(指定id或name) 1.3 服务接...
  • 注解配置

    注解配置 提示 服务提供方 Service 注解暴露服务 增加应用共享配置 指定Spring扫描路径 服务消费方 Reference 注解引用服务 增加应用共享配置 指定Spring扫描路径 调用服务 注解配置 以注解配置的方式来配置你的 Dubbo 应用 提示 需要 2.6.3 及以上版本支持。 点此查看 完整示例 服...
  • Basic Command Manual

    Basic Command Manual help command version command quit command Feedback Basic Command Manual Basic Command Manual The basic command functionality provides a set of fundamen...
  • 多协议

    多协议 使用场景 使用方式 同一个服务发布为多个协议 多个服务分别发布为不同协议 指定协议调用服务 不同的实现方式 多端口多协议 单端口多协议 多协议 在 Dubbo 中配置多协议 区别于普通的 RPC 框架,Dubbo 作为一款微服务框架提供了非常灵活的协议支持,它不绑定一个单一通信协议。因此你可以发布在一个进程中同时发布多个 RP...
  • Communication Protocol

    Communication Protocol triple Protocol dubbo-java Intercommunication System Protocol Extension Feedback Communication Protocol Configuration of Communication Protocol The D...
  • User Guide

    Learn Dubbo by Following Example Tasks Quickly Create Applications Communication Protocol Observability Service Registry, Service Discovery, and Load Balancing Package and Depl...