书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 8755 个相关结果.
  • The Implementation of Plugin Runner

    The Implementation of Plugin Runner Prerequirement Listening to the Path Register Plugins Handle RPC Handle PrepareConf Handle HTTPReqCall The Implementation of Plugin Run...
  • The Implementation of Plugin Runner

    The Implementation of Plugin Runner Prerequirement Listening to the Path Register Plugins Handle RPC Handle PrepareConf Handle HTTPReqCall The Implementation of Plugin Run...
  • 2. grpc quick start

    2807 2020-05-14 《gRPC 源码解读》
    grpc quick start 1、安装 2、hello world 3、自定义一个 service grpc quick start 我们分析 go 版本的 grpc 实现,所以这里主要讲解 grpc-go 的安装和使用 1、安装 go 语言版本的 grpc 安装需要 1.6 以上的 go 版本,所以你需要先执行 go version...
  • OpenObject Server and Modules

    OpenObject Server and Modules Technical Architecture Server/client, XML-RPC Client OpenObject Server and Modules OpenERP is a Client/Server system that works over a IP Ne...
  • 其他调用示例

    其他调用示例 提供YAR协议服务 使用注解方式配置motan server端配置 client端配置 使用restful协议 功能支持 前置条件 接口声明与实现 配置restserver 独立rpc进程方式 集成到java应用服务器中(如部署到tomcat中) 其他调用示例 提供YAR协议服务 YAR 协议是php的一个rp...
  • v$obrpc_incoming

    功能 相关表/视图 字段说明 功能 v$obrpc_incoming 视图用于统计 OBServer 上不同租户所有的不同 RPC Packet Code 的 RPC 数据接收情况。 相关表/视图 gv$obrpc_incoming 字段说明 字段名称 类型 是否可以为 NULL 描述 TENANT_ID bigin...
  • gRPC demo 代码生成

    417 2023-11-03 《go-zero v1.6 教程》
    gRPC demo 代码生成 概述 任务目标 准备条件 代码生成 注意 编写简单的逻辑代码 注意 启动服务 注意 注意 gRPC demo 代码生成 概述 在完成了 goctl 安装 后,我们可以通过 goctl 创建一个最小化的 gRPC 服务来了解 goctl 的 go-zero gRPC 服务的概况。 任务目标 学会...
  • Auth - Objective-C

    Example code and setup Try it out! Create a call with access token An alternative way to provide access token OAuth2 on gRPC - Objective-C This example demonstrates how to us...
  • 优雅关闭

    优雅关闭 作为服务端 作为客户端 最佳实践 优雅关闭 优雅关闭,包括两部分,一个是 RPC 框架作为客户端,一个是 RPC 框架作为服务端。 作为服务端 作为服务端的时候,RPC 框架在关闭时,不应该直接暴力关闭。在 RPC 框架中 com . alipay . sofa . rpc . context . RpcRuntimeCont...
  • KV service

    KV service KV service KV service提供对键值对操作的支持。 在 rpc.proto 文件中 KV service 定义如下: service KV { // 从键值存储中获取范围内的key. rpc Range ( RangeRequest ) returns ( RangeResponse...