书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 9361 个相关结果.
  • 基础功能对比

    基础功能对比 基础概念 RPC Global RPC Status Code RPC IDL 示例 RPC Service 示例 RPC Server 示例 RPC Client 示例 RPC Context RPCContext API - Common long long get_seqid() const; std::str...
  • 集群扩展

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

    User Defined Function Rpc Write UDAF functions Copy the proto file Generated interface Implementing an interface Create UDAF Use UDAF Delete UDAF Example User Defined Fu...
  • 集群扩展

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

    通信协议 Dubbo 支持的 RPC 通信协议 基于 TCP 的 RPC 通信协议 - dubbo 基于 HTTP1/2 的 RPC 通信协议 - triple 发布 REST 风格的服务 通信协议 演示 Dubbo 多协议的应用场景 Dubbo 支持的 RPC 通信协议 提供不同场景下的协议选型(triple、dubbo)指南,包含每...
  • Quick Start

    Quick Start Overview Sample small trick References Quick Start Overview This paper will describe how to quickly develop a rpc server Sample Preparation We do the follow...
  • Quick Start

    Quick Start Overview Sample small trick References Quick Start Overview This paper will describe how to quickly develop a rpc server Sample Preparation We do the follow...
  • 压缩传输

    压缩传输 上面的例子,我们只使用了一个过滤器。在本例中,我们展示多个过滤器组合使用的效果。 compress_filter.go package main   import ( " compress/gzip "   " io/ioutil "   " github.com/hprose/...
  • 微服务

    1248 2021-07-27 《go-zero v1.1 教程》
    微服务 前言 情景提要 演示功能目标 服务设计分析 创建mall工程 创建user rpc服务 创建order api服务 启动服务并验证 源码 猜你想看 微服务 在上一篇我们已经演示了怎样快速创建一个单体服务,接下来我们来演示一下如何快速创建微服务, 在本小节中,api部分其实和单体服务的创建逻辑是一样的,只是在单体服务中没有服...
  • 微服务

    1254 2021-09-28 《go-zero v1.2 教程》
    微服务 前言 情景提要 演示功能目标 服务设计分析 创建mall工程 创建user rpc服务 创建order api服务 启动服务并验证 源码 猜你想看 微服务 在上一篇我们已经演示了怎样快速创建一个单体服务,接下来我们来演示一下如何快速创建微服务, 在本小节中,api部分其实和单体服务的创建逻辑是一样的,只是在单体服务中没有服务...