书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 71518 个相关结果.
  • Upgrading to 1.6.9

    Upgrading to 1.6.9 Introduction Requirements Assumptions Considerations Procedure Post-Upgrade Configuration Changes Upgrading to 1.6.9 Introduction This guide explains h...
  • Protobuf⇢Go转换

    2173 2020-06-11 《Go语言中文文档》
    1. Protobuf⇢Go转换 1.1.1. Package 1.1.2. Message 1.1.3. Service 1. Protobuf⇢Go转换 这里使用一个测试文件对照说明常用结构的protobuf到golang的转换。只说明关键部分代码,详细内容请查看完整文件。示例文件在proto/test 目录下。 1.1.1. Pa...
  • RPC 模块

    RPC 模块 1 简介 1.1. 架构设计图 1.2. 模块说明 2 实现 2.1 发送端 2.2 接收端 RPC 模块 基于Feign的微服务之间HTTP接口调用,只能满足简单的A微服务实例根据简单的规则随机访问B微服务之中的某个服务实例,而这个B微服务实例如果想异步回传信息给调用方,是根本无法实现的。 同时,由于Feign只支持简单的服...
  • RPC 模块

    RPC 模块 1 简介 1.1. 架构设计图 1.2. 模块说明 2 实现 2.1 发送端 2.2 接收端 RPC 模块 基于Feign的微服务之间HTTP接口调用,只能满足简单的A微服务实例根据简单的规则随机访问B微服务之中的某个服务实例,而这个B微服务实例如果想异步回传信息给调用方,是根本无法实现的。 同时,由于Feign只支持简单的服...
  • Adding gRPC-Gateway annotations to an existing proto file

    Adding gRPC-Gateway annotations to an existing proto file Generating the gRPC-Gateway stubs Using buf Using protoc Testing the gRPC-Gateway Adding gRPC-Gateway annotations ...
  • Upgrading to Latest 1.6.x

    Upgrading to Latest 1.6.x Introduction Requirements Assumptions Considerations Procedure Post-Upgrade Configuration Changes Upgrading to Latest 1.6.x Introduction This gu...
  • Logging-Kafka插件

    1. 概述 1.1 插件名称 1.2 适用场景 1.3 插件功能 1.4 插件代码 1.5 添加自哪个shenyu版本 1.6 技术方案 2. 如何使用插件 2.1 插件使用流程图 2.2 导入pom 2.3 启用插件 2.4 配置插件 2.4.1 开启插件,并配置Kafka,配置如下 2.4.2 配置选择器和规则器 2.5 Log...
  • Protobuf⇢Go转换

    7809 2018-01-25 《Go-gRPC 实践指南》
    Protobuf⇢Go转换 Package Message Service Protobuf⇢Go转换 这里使用一个测试文件对照说明常用结构的protobuf到golang的转换。只说明关键部分代码,详细内容请查看完整文件。示例文件在proto/test 目录下。 Package 在proto文件中使用package 关键字声明包名,默认...
  • Web User Interface

    Impala Web User Interface for Debugging Configuring Debug Web UIs Turning off the Web UI Using Kerberos HTTP SPNEGO Authentication for Web UI Debug Web UI for impalad Main Page ...
  • Protobuf (IDL) Method

    Developing Triple Communication Services Using Protobuf (IDL) Usage POM dependency Service Definition Service Implementation Write Client Logic Frequently Asked Questions Prot...