书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 9361 个相关结果.
  • 集群扩展

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

    User Defined Function Rpc Write UDF functions Copy the proto file Generated interface Implementing an interface Create UDF Use UDF Delete UDF Example User Defined Functi...
  • API 网关

    4945 2019-06-01 《Go-Micro 文档》
    概览 安装 运行 使用ACME协议 设置TLS证书 设置命名空间 示例 运行示例 查询 API Handlers API Handler RPC Handler Proxy Handler Event Handler Web Handler RPC endpoint Resolver RPC Resolver Proxy ...
  • 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...
  • Extension Proto

    Extension Protocol Features Design APIs Developing Guide Extension Protocol Extension Protocol is provided by the emqx-exproto plugin, which allows other programming langu...
  • 微服务

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

    Protocol Task Details Implementation Code Structure Common Provider Consumer Code Details SPI Configuration Provider Consumer Configuration File Provider Consumer Run...
  • 集群扩展

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

    409 2023-06-20 《go-zero v1.5 教程》
    快速开始 概述 示例 小技巧 参考文献 快速开始 概述 本文将介绍如何快速使用 gRPC client 连接 rpc。 示例 准备工作 事先我们执行如下执行生成一个 proto 文件及其 pb 文件。 # 创建 demo 服务目录 $ mkdir demo && cd demo # go mod 初始化 $ go m...
  • 配置参数

    配置参数 配置参数 RPC 服务启动有单独启动和集成其它服务(Http/Websocket)两种方式,无论那种方式都首先要在 bean.php 配置RPC。 return [ 'rpcServer' => [ 'class' => ServiceServer :: class , ...