书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 8949 个相关结果.
  • Generating a Service

    Generating a gRPC Service Generating a gRPC Service Generating Protobuf structs generated from our ent.Schema can be useful, but what we’re really interested in is getting an a...
  • Generating a Service

    Generating a gRPC Service Generating a gRPC Service Generating Protobuf structs generated from our ent.Schema can be useful, but what we’re really interested in is getting an a...
  • 应用组件

    组件 应用组件 基本原理 自动注册 如何实现一个组件 组件 应用组件 Swoft 采用组件化的开发模式,可自由组合各个组件来满足自己的业务实现,在简单业务下可以免于臃肿,在复杂业务下又游刃有余。以下为官方团队开发提供的组件,若有优秀的组件亦可在 Github 上提交 issue 增加在此列表上 组件名称 维护者 简述 ...
  • 使用RPC方式开发服务消费者

    使用透明RPC方式开发服务消费者 概念阐述 在spring bean中通过@RpcReference声明 脱离spring bean,直接通过api声明 reactive 使用透明RPC方式开发服务消费者 概念阐述 透明RPC开发模式允许用户通过简单的java interface像本地调用一样进行服务调用。透明RPC仅仅是一种开发模式: ...
  • Distributed Settings

    Distributed Settings Configuration Settings Distributed Settings For a distributed setting, the following parameters should be paied attention to. Configuration Settings To c...
  • Implement pluggable components

    How to: Implement pluggable components Implement a pluggable component Find the proto definition file Create service scaffolding Define the service Returning semantic errors N...
  • Streaming RPC

    概述 建立Stream 接受Stream 读取Stream 写入Stream 流控 关闭Stream English version 概述 在一些应用场景中, client或server需要向对面发送大量数据,这些数据非常大或者持续地在产生以至于无法放在一个RPC的附件中。比如一个分布式系统的不同节点间传递replica或snapsh...
  • RPC

    RPC Protocol Implementation Details handshake force-leave join members-lan members-wan monitor stop leave stats reload RPC Protocol The RPC Protocol is deprecated and...
  • 服务示例

    388 2023-11-03 《go-zero v1.6 教程》
    服务示例 概述 使用示例 温馨提示 1. 创建服务目录,初始化 go module 工程 2. 快速生成一个 proto 文件 3. 根据 proto 生成 gRPC 服务 温馨提示 4. 参考目录结构 温馨提示 5. 服务发现/直连模式 温馨提示 6. stub 实现 7. 编写业务代码 8. 开启 gRPC 调试开关 9. ...
  • 远程UDAF

    远程UDAF 编写 UDAF 函数 拷贝 proto 文件 生成接口 实现接口 创建 UDAF 使用 UDAF 删除 UDAF 示例 远程UDAF Remote UDAF Service 支持通过 RPC 的方式访问用户提供的 UDAF Service,以实现用户自定义函数的执行。相比于 Native 的 UDAF 实现,Remote ...