书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 69363 个相关结果.
  • 搭建http:h2服务

    搭建http:h2服务 示例 http_server.cpp 。 关于h2 URL类型 前缀为/ServiceName/MethodName 前缀为/ServiceName Restful URL HTTP参数 HTTP headers Content-Type Status Code Query String 调试 压缩res...
  • General

    Agent Configuration Ports Used Reloadable Configuration Agent Configuration The agent has various configuration options that can be specified via the command-line or via confi...
  • grpc-transcode

    grpc-transcode Proto 参数 添加proto 参数列表 示例 使用 grpc-transcode 插件 测试 使用 grpc-transcode 插件的 pb_option 选项 选项清单 测试 pb_option 参数 grpc-transcode HTTP(s) -> APISIX -> gRPC serve...
  • Extension Hook

    Extension Hook Design APIs Developing Guide Extension Hook The Extension Hook is supported by the emqx-exhook plugin. It allows users to process EMQ X’s Hooks using other...
  • gRPC Hook Extension

    gRPC Hook Extension Design APIs Developing Guide gRPC Hook Extension The Extension Hook is supported by the emqx-exhook plugin. It allows users to process EMQX Hooks using...
  • Rpc服务提供方

    Rpc服务提供方 Rpc 接口包 接口 降级服务 Rpc注册器 下面在自己项目里写接口实现 Rpc服务提供方 让你的程序提供 Rpc能力很简单配置 'rpc_service' =>[ 'token' => '密钥' , ] 这样就可以了, 下面开始编程 Rpc 接口包 在自己项...
  • 服务分组

    322 2023-11-03 《go-zero v1.6 教程》
    服务分组 概述 服务分组 不带分组 温馨提示 带分组 服务分组 概述 go-zero 采用 gRPC 进行服务间的通信,我们通过 proto 文件来定义服务的接口,但是在实际的开发中,我们可能会有多个服务,如果不对服务进行文件分组,那么 goctl 生成的代码将会是一个大的文件夹,这样会导致代码的可维护性变差,因此服务分组可以提高代码的可读...
  • Directory Structure

    Directory Structure System structure analysis rpc call chain suggestion Directory structure of common service types Example of complete project directory structure Guess you w...
  • 13.7.2 RPC 服务器

    RPC 服务器 RPC 服务器 RPC 服务器被保存为 RPCserver.go , 并分为五个部分来介绍。 RPCserver.go 的第一部分如下: package main import ( "fmt" "math" "net" "net/rpc" "o...
  • 服务端

    Rpc-Server 场景 服务定义 定义商品服务 定义公共服务 服务注册 Rpc-Server 场景 例如在一个商场系统中,我们将商品库和系统公告两个服务切分开到不同的服务器当中。当用户打开商场首页的时候, 我们希望App向某个网关发起请求,该网关可以自动的帮我们请求商品列表和系统公共等数据,合并返回。 服务定义 每一个Rpc服...