书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 3941 个相关结果.
  • 05. 参考资源

    2541 2018-01-25 《Go-gRPC 实践指南》
    参考 相关资料: 相关项目 参考 相关资料: grpc官网 grpc中文文档 protobuf官方文档 相关项目 grpc/grpc grpc-go grpc-java google/protobuf golang/protobuf grpc-middleware grpc-gateway
  • gRPC Plugins

    Introduction to Kong gRPC Plugins gRPC-Gateway plugin configuration gRPC-Web plugin configuration Introduction to Kong gRPC Plugins Before going into the specifics of configur...
  • Configure gRPC Plugins

    Introduction to Kong gRPC Plugins gRPC-Gateway plugin configuration gRPC-Web plugin configuration Introduction to Kong gRPC Plugins Before going into the specifics of configur...
  • 模式管理

    模式管理 创建模式 参数 显示模式 描述模式 删除模式 模式管理 eKuiper 模式命令行工具使您可以管理模式,例如创建,显示和删除插件。 创建模式 该命令用于创建模式。 模式的定义以 JSON 格式指定。 create schema $schema_type $schema_name $schema_json 模式可以通过两...
  • triple

    协议概述 编程模式 Java接口 Protobuf 3. 我该使用哪种编程模式,如何选择? Streaming流式通信 流实现原理 适用场景 SERVER_STREAM(服务端流) CLIENT_STREAM(客户端流) BIDIRECTIONAL_STREAM(双向流) 流的语义保证 REST 支持 流的语义保证 Spring ...
  • Binary protocol

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

    Codec SerializeNone JSON Protobuf MsgPack Codec Example: broadcast Currently rpcx supports four type of codec: // SerializeType defines serialization type of payload. ...
  • 脚手架模块

    服务端-Server 客户端-Client 上下文-Ctx 负载均衡-Balancer 注册发现-Resolver GoFrame 框架包含多个微服务组件,并提供了易用的GRPC 脚手架模块和工具。脚手架由grpcx 社区包实现:https://github.com/gogf/gf/tree/master/contrib/rpc/grp...
  • 搭建Nshead服务

    搭建Nshead服务 使用ubrpc的服务 把idl文件转化为proto文件 以插件方式运行protoc 实现生成的Service基类 设置ServerOptions.nshead_service 使用nshead+blob的服务 使用nshead+mcpack/compack/idl的服务 使用nshead+protobuf的服务 搭...
  • Generating Protobufs

    262 2022-10-19 《Ent v0.11 教程》
    Generating Protobufs with entproto Generating Protobufs with entproto As Ent and Protobuf schemas are not identical, we must supply some annotations on our schema to help entpro...