书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 3941 个相关结果.
  • 如何为 GreptimeDB 开发一个 gRPC SDK

    如何为 GreptimeDB 开发一个 gRPC SDK GreptimeDatabase 服务 Apache Arrow Flight 服务 如何为 GreptimeDB 开发一个 gRPC SDK GreptimeDB 有 2 个 gRPC 服务。一个是 GreptimeDB 自己定义的,另一个是基于 Apache Arrow Flight...
  • 下载和编译

    Angel编译指南 Angel编译指南 编译环境依赖 Jdk >= 1.8 Maven >= 3.0.5 Python >=3.6 如果要运行PyAngel Protobuf >= 2.5.0 需与hadoop环境自带的protobuf版本保持一致。目前hadoop官方发布包使用的是2.5.0版本,所以推荐使用2.5.0版本,除非你自己...
  • Getting Started with gRPC

    967 2021-07-08 《Quarkus v1.7 Guides》
    Getting Started with gRPC Configuring your project Implementing a gRPC service Implementing a service The gRPC server Consuming a gRPC service Packaging the application Gener...
  • Part 1 - Introduction

    Introduction Prerequisites What are we building? What is a Microservice? Why microservicess? Why Golang? Introducing protobuf/gRPC Further reading UPDATED: 11th April 2019...
  • 协议概述

    协议概述 Triple 概述 grpc 对接 网关接入 常见问题 protobuf 类找不到 协议概述 Triple 概述 Triple 协议的格式和原理请参阅 RPC 通信协议 根据 Triple 设计的目标,Triple 协议有以下优势 具备跨语言交互的能力,传统的多语言多 SDK 模式和 Mesh 化跨语言模式都需要一种更...
  • Optional Fields

    Optional Fields Optional Fields A common issue with Protobufs is that the way that nil values are represented: a zero-valued primitive field isn’t encoded into the binary repres...
  • Optional Fields

    Optional Fields Optional Fields A common issue with Protobufs is that the way that nil values are represented: a zero-valued primitive field isn’t encoded into the binary repres...
  • build插件

    2627 2018-05-02 《gRPC学习笔记》
    build 插件 准备工作 make 安装Protocol Buffers library 清理 继续 make plugin 在CentOS6上安装 build 插件 原有插件生成的 HTML 文件内容和格式并不理想,考虑自行调整。 因此 fork 了原有仓库,准备动手修改。 这样就有必要能自己从c的源代码开始编译打包。 参考原有...
  • 常见错误处理

    1309 2022-03-03 《go-zero v1.3 教程》
    常见错误处理 Windows上报错 grpc引起错误 protoc-gen-go安装失败 api服务启动失败 goctl找不到 常见错误处理 Windows上报错 A required privilege is not held by the client . 解决方法:”以管理员身份运行” goctl 即可。 gr...
  • Binary protocol

    Connection sharing Framing Simple commands Payload commands Message metadata Batch messages Interactions Connection establishment Keep Alive Producer Command Producer Comm...