书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 2910 个相关结果.
  • Streaming通信模型

    Streaming 通信模型 1 IDL 中增加 Streaming 模型定义 2 使用 Streaming 模型定义编写逻辑 2.1 编写 Streaming Server 2.2 编写 Streaming Client 3 运行示例 Streaming 通信模型 介绍使用 Dubbo Rust 快速开发 Client streaming、...
  • Cluster extension

    Cluster extension Extension Description Extension Interface Extension Configuration Known Extensions Extension Example Feedback Cluster extension Cluster extension Exten...
  • 01 从一个服务提供者的Demo说起

    1282 2022-08-21 《Dubbo3 源码解析》
    1 从一个服务提供者的Demo说起 1.1 启动Zookeeper 1.2 服务提供者 1.3 启用服务 1.4 启用服务后写入Zookeeper的节点数据 1 从一个服务提供者的Demo说起 为了更方便了解原理,我们先来编写一个Demo,从例子中来看源码实现: 1.1 启动Zookeeper 为了Demo可以正常启动,需要我们先在本地启动...
  • 动态配置中心

    动态配置中心 外部化配置 Zookeeper Apollo Nacos 自己加载外部化配置 服务治理 Zookeeper Apollo Nacos 动态配置中心 Dubbo 2.7 中的动态配置中心 配置中心(v2.7.0)在 Dubbo 中承担两个职责: 外部化配置。启动配置的集中式存储 (简单理解为 dubbo.prope...
  • 管理控制台安装

    管理控制台安装 管理控制台安装 管理控制台为内部裁剪版本,开源部分主要包含:路由规则,动态配置,服务降级,访问控制,权重调整,负载均衡,等管理功能。 安装: wget http :// apache . etoak . com / tomcat / tomcat - 6 / v6 . 0.35 / bin / apache - tomcat - ...
  • RPC Protocol Security

    RPC Protocol Security Feedback RPC Protocol Security Using RPC protocols securely in Dubbo Dubbo supports the extension of RPC protocols, allowing users to enable any RPC prot...
  • Upgrade to Application-Level Service Discovery

    Upgrade to Application-Level Service Discovery Note Continue Using Interface-Level Service Discovery Enable Application-Level Service Discovery (Default) Note Provider Registr...
  • Intercommunication with gRPC applications

    Intercommunication with gRPC applications 1. Introduction 2. How to Intercommunicate 3. Example 3.1 Server Introduction Server proto File dubbo-go Server gRPC Server 3.2 Clie...
  • 多协议

    多协议 不同服务不同协议 多协议暴露服务 多协议 Dubbo 允许配置多协议,在不同服务上支持不同协议或者同一服务上同时支持多种协议。 不同服务不同协议 不同服务在性能上适用不同协议进行传输,比如大数据用短连接协议,小数据大并发用长连接协议 <? xml version = "1.0" encoding = "UTF-8" ?> ...
  • 集群扩展

    集群扩展 扩展说明 扩展接口 扩展配置 已知扩展 扩展示例 集群扩展 扩展说明 当有多个服务提供方时,将多个服务提供方组织成一个集群,并伪装成一个提供方。 扩展接口 org.apache.dubbo.rpc.cluster.Cluster 扩展配置 <dubbo:protocol cluster = "xxx" /> ...