书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 9362 个相关结果.
  • 第4章 RPC和Protobuf

    3785 2019-02-27 《Go语言高级编程》
    第4章 RPC和Protobuf 第4章 RPC和Protobuf 学习编程,重要的是什么?多练、多看、多实践!跨语言学习,掌握基础语法和语言的特性之后,实战,效率来的最快!——khlipeng RPC是远程过程调用的缩写(Remote Procedure Call),通俗地说就是调用远处的一个函数。远处到底有多远呢?可能是同一个文件内的不同函数,...
  • 4.3. < rpc-error > 元素

    4.3. < rpc-error > 元素 4.3. < rpc-error > 元素 如果在处理<rpc> 请求期间发生错误,<rpc-error> 元素将在<rpc-reply> 消息中发送。 如果服务器在处理<rpc> 请求期间遇到多个错误,<rpc-reply> 可能包含多个<rpc-error> 元素。但是,如果请求包含多个错误,则服务器...
  • get_leader_candidate_rpc_timeout

    get_leader_candidate_rpc_timeout 用于设置自动切主策略获取切主候选者的内部请求超时时间。 属性 描述 参数类型 时间类型 默认值 9s 取值范围 [2s, 180s] 是否重启 OBServer 生效 否
  • location_cache_refresh_rpc_timeout

    描述 示例 location_cache_refresh_rpc_timeout 表示通过 RPC 刷新 location_cache 的超时时间。 描述 属性 描述 参数类型 时间类型 默认值 500ms 取值范围 [1ms,+∞) 是否重启 OBServer 生效 否 示例 obclient > ALTER ...
  • 用透明RPC开发微服务

    用透明RPC开发微服务 概念阐述 开发示例 步骤 1定义服务接口。 步骤 2实现服务 步骤 3发布服务 步骤 4 启动服务 用透明RPC开发微服务 概念阐述 透明RPC开发模式是一种基于接口和接口实现的开发模式,服务的开发者不需要使用Spring MVC和JAX-RS注解。 开发示例 透明RPC开发模式支持Spring xml配...
  • 查看 RPC 调用的监控信息

    查看 RPC 调用的监控信息 1. 准备工作 2. 修改客户端逻辑,重复发起调用 3. 查看请求 RT 信息 查看 RPC 调用的监控信息 1. 准备工作 dubbo-go cli 工具和依赖工具已安装 创建一个新的 demo 应用 2. 修改客户端逻辑,重复发起调用 go-client/cmd/client.go func main ...
  • l2population_rpc.py

    l2population_rpc.py l2population_rpc.py 主要定义了 L2populationRpcCallBackMixin 元类和 L2populationRpcCallBackTunnelMixin 类。 前者作为通用类,处理跟 L2populationRpc 相关的回调。 后者为隧道处理 L2population 的...
  • 第三章 RPC 应用

    3.1 遨游 gRPC 和 Protobuf 3.2 Protobuf 的使用和了解 3.3 gRPC 的使用和了解 3.4 运行一个 gRPC 服务 3.5 进行服务间内调 3.6 同时提供 HTTP 接口 3.7 生成接口文档 3.8 拦截器介绍和实际使用 3.9 Metadata 和 RPC 自定义认证 3.10 进行链路追踪 3....
  • Build a dynamic proxy using RPC and internal routing

    Build a dynamic proxy using RPC and internal routing step 1: build your mapping function step 2: building a routing table Build a dynamic proxy using RPC and internal routing...
  • Extending Supervisor’s XML-RPC API

    Extending Supervisor’s XML-RPC API Configuring XML-RPC Interface Factories Extending Supervisor’s XML-RPC API Supervisor can be extended with new XML-RPC APIs. Several third-p...