书栈网 · BookStack 本次搜索耗时 0.038 秒,为您找到 71523 个相关结果.
  • Access gRPC

    Access gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Access gRPC Learn how to access gRPC. Basics for accessing and serving http/h2 in brpc are listed i...
  • Serve gRPC

    Serve gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Serve gRPC Learn how to serve gRPC. Basics for accessing and serving http/h2 in brpc are listed in h...
  • Access gRPC

    Access gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Access gRPC Learn how to access gRPC. Basics for accessing and serving http/h2 in brpc are listed i...
  • 1.1. Introduction

    RPCX Introduction RPC RPCX Introduction rpcx is a RPC framework, faster, more features. rpcx 2.0 and below extends Go standard rpc package but rpcx 3.0 has been refactored a...
  • 3.6.3. 编码操作资源错误

    3.6.3. 编码操作资源错误 3.6.3. 编码操作资源错误 如果在尝试调用操作或操作时发生任何错误,则会返回“errors ”媒体类型和相应的错误状态。 如果(1)RPC 操作输入无效或(2)RPC 操作被调用,但发生错误,那么服务器必须发送一个包含“errors ”资源的消息体,正如3.9节 定义的那样。 使用第3.6.1节 中示例中的“r...
  • 开发RPC服务

    开发 RPC Server & RPC Client 前置条件 快速运行示例 下载示例源码 运行 server 运行 client 源码讲解 定义服务 生成代码 实现服务 启动 Server 访问服务 更多内容 RPC 框架更多特性 服务发现等治理能力 开发 RPC Server & RPC Client Dubbo-go ...
  • Background

    Background JDBC ODBC HTTP Server Project structure Status Implemented Not implemented Clients Microsoft .NET driver for Apache Phoenix Query Server Apache Phoenix/Avatica S...
  • 快速构建高并发微服务

    1413 2022-03-03 《go-zero v1.3 教程》
    快速构建高并发微服务 0. 为什么说做好微服务很难 1. 什么是短链服务 2. 短链微服务架构图 3. goctl 各层代码生成一览 4. 准备工作 5. 编写 API Gateway 代码 6. 编写 transform rpc 服务 7. 修改 API Gateway 代码调用 transform rpc 服务 8. 定义数据库表结构,并...
  • 4.1 gRPC及相关介绍

    2970 2020-01-17 《跟煎鱼一起学Go》
    4.1 gRPC及相关介绍 一、RPC 什么是 RPC 实际场景: RPC 框架 常见 RPC 框架 比较一下 为什么要 RPC RPC 可以基于 HTTP 吗 二、Protobuf 介绍 语法 数据类型 v2 和 v3 主要区别 相较 Protobuf,为什么不使用XML? 三、gRPC 介绍 多语言 特点 概览 讲解 ...
  • Kryo 和 FST 序列化

    Kryo 和 FST 序列化 目录 序列化漫谈 启用Kryo和FST 注册被序列化类 无参构造函数和Serializable接口 序列化性能分析与测试 测试环境 测试脚本 Dubbo RPC中不同序列化生成字节大小比较 Dubbo RPC中不同序列化响应时间和吞吐量对比 测试总结 未来 Kryo 和 FST 序列化 在 Dub...