书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 420 个相关结果.
  • Design

    Design Design Philosophy Community Why Kratos V2 was completely redesigned Database/Cache/Message Queue/… CLI Tool API Metadata Error Handling Configuration Registrar&Disc...
  • 快速开始

    437 2023-06-19 《Kratos v2.6 教程》
    快速开始 快速开始 📄️ 项目初始化Kratos 微服务框架,快速创建项目代码,生成 Go 工程化项目 📄️ CLI工具Kratos 工具使用,创建 Protobuf 模板,创建 Go 工程项目,创建 Service 模板 📄️ 插件Kratos 提供了一系列插件帮助您增强微服务的功能、或与其它系统进行集成 📄️ 代码示例Kratos 代码...
  • 快速开始

    505 2022-08-10 《Kratos v2.4 教程》
    快速开始 快速开始 📄️ 项目初始化 Kratos 微服务框架,快速创建项目代码,生成 Go 工程化项目 📄️ CLI工具 Kratos 工具使用,创建 Protobuf 模板,创建 Go 工程项目,创建 Service 模板 📄️ 插件 Kratos 提供了一系列插件帮助您增强微服务的功能、或与其它系统进行集成 📄️ 代码示例 ...
  • Logger

    Logger Design concept Helper - log in project code Logger - adapts to various log output methods Interface Log level Adaptation and implementation Use DefaultLogger: default ...
  • FAQ

    FAQ 1. google/protobuf/descriptor.proto: File not found. error while using kratos proto command. 2. There are errors from IDE show import "google/api/annotations.proto"; with r...
  • 链路追踪

    574 2022-08-10 《Kratos v2.4 教程》
    链路追踪 配置 WithTracerProvider WithPropagator 使用方法 server 中使用 tracing 采集数据 client 中使用 tracing 采集数据 References 链路追踪 Tracing 中间件使用 OpenTelemetry 实现了链路追踪。 配置 有两种方法可用于使用WithT...
  • 链路追踪

    418 2023-06-19 《Kratos v2.6 教程》
    链路追踪 配置 WithTracerProvider WithPropagator 使用方法 server 中使用 tracing 采集数据 client 中使用 tracing 采集数据 References 链路追踪 Tracing 中间件使用 OpenTelemetry 实现了链路追踪。 配置 有两种方法可用于使用WithT...
  • 常见问题

    1385 2021-07-16 《Kratos v2.0 教程》
    在使用kratos proto 命令时报google/protobuf/descriptor.proto: File not found. 的错误 IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 如何使用 goland 进行开发 新版本发布后重新生成代码,发现无法运行,生成出...
  • 常见问题

    659 2023-06-19 《Kratos v2.6 教程》
    常见问题 1、在使用kratos proto 命令时报google/protobuf/descriptor.proto: File not found. 的错误 2、IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 3、如何使用 goland 进行开发 4、新版本发布后重新生成...
  • 路由与负载均衡

    421 2022-08-10 《Kratos v2.4 教程》
    路由与负载均衡 接口实现 使用方式 HTTP Client gRPC Client 路由与负载均衡 接口实现 路由与负载均衡主要的接口是 Selector,在同目录下也提供了一个默认的 Selector 实现,该实现可以通过替换 NodeBuilder、Filter、Balancer 来分别实现节点权重计算算法、服务路由过滤策略、负载均衡算法...