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

    如何为 GreptimeDB 开发一个 gRPC SDK GreptimeDatabase 服务 Apache Arrow Flight 服务 如何为 GreptimeDB 开发一个 gRPC SDK GreptimeDB 有 2 个 gRPC 服务。一个是 GreptimeDB 自己定义的,另一个是基于 Apache Arrow Flight...
  • 常见错误处理

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

    Actors timers and reminders Actor timers Examples Actor reminders Retrieve actor reminder Remove the actor reminder Error handling Reminder data serialization format Note No...
  • Developers

    Developers Guide Prerequisites Building Helm/Tiller Man pages gRPC and Protobuf The Helm API (HAPI) Docker Images Running a Local Cluster Contribution Guidelines Structure o...
  • Data Sources

    Data Sources Data Sources Spark SQL supports operating on a variety of data sources through the DataFrame interface. A DataFrame can be operated on using relational transformati...
  • JSON, JSONP, XML, Markdown, YAML and MsgPack rendering

    JSON, JSONP, XML, Markdown, YAML and MsgPack rendering Protobuf JSON, JSONP, XML, Markdown, YAML and MsgPack rendering Detailed examples can be found here . func main () { ...
  • protoc

    668 2021-07-16 《Kratos v1.0 教程》
    protoc protoc protobuf 是Google官方出品的一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,或者说序列化。它很适合做数据存储或 RPC 数据交换格式。可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。 使用protobuf ,需要先书写.proto 文件,然后编译该文件。编译pro...
  • 服务负载均衡

    基本介绍 策略列表 使用示例 HTTP GRPC 基本介绍 负载均衡组件使用在客户端中。GoFrame 框架提供了解耦化设计的、灵活性高、扩展性强的负载均衡组件,由gsel 组件管理,该组件定义了负载均衡的接口,并提供了多种内置的负载均衡策略实现。开发者也可以根据接口实现自定义的负载均衡策略。 策略列表 gsel 组件提供了多种常用的负...
  • 服务负载均衡

    基本介绍 策略列表 使用示例 HTTP GRPC 基本介绍 负载均衡组件使用在客户端中。GoFrame 框架提供了解耦化设计的、灵活性高、扩展性强的负载均衡组件,由gsel 组件管理,该组件定义了负载均衡的接口,并提供了多种内置的负载均衡策略实现。开发者也可以根据接口实现自定义的负载均衡策略。 策略列表 gsel 组件提供了多种常用的负...
  • Custom Serializers

    Register a custom serializer for your Flink program Issue with using Kryo’s JavaSerializer Register a custom serializer for your Flink program If you use a custom type in you...