书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 420 个相关结果.
  • 路由与负载均衡

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

    Introduction Introduction 📄️ Overview Kratos is a framework upon the lightweight microservices implemented by Golang, which offers convenient capabilities to help you quickly ...
  • 框架组件

    528 2022-04-18 《Kratos v2.2 教程》
    框架组件 框架组件 📄️ API 定义 Kratos API 与用户的通信协议,通常是 REST API 和 RPC API 作为传输层协议,而 Kratos 主要参考 Google API 指南,实现了对应通信协议支持,并且遵守了 gRPC API 使用 HTTP 映射功能进行 JSON/HTTP 的支持 📄️ 配置 Kratos 配置...
  • HTTP

    HTTP Server Configuration Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerO...
  • Metrics

    Metrics Configuration WithSeconds() WithRequests() Usage (kratos < 2.8.0) Prometheus To configure metrics in servers To configure metrics in clients Usage (kratos >= 2.8.0...
  • HTTP

    79 2024-11-03 《Kratos v2.8 教程》
    HTTP Server 配置 Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerOption Mid...
  • FAQ

    google/protobuf/descriptor.proto: File not found. error while using kratos proto command. IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 如何使用 goland 进行开发 新版本发布...
  • genbts

    541 2021-07-16 《Kratos v1.0 教程》
    kratos tool genbts 回源模板 参考 kratos tool genbts 缓存回源代码生成 在internal/dao/dao.go中添加mc缓存interface定义,可以指定对应的注解参数 ;并且在接口前面添加go:generate kratos tool genbts ;然后在当前目录执行go generate ,...
  • API Definition

    API Definition API Definition API Generation API Register References API Definition Kratos implements REST and gRPC as the transport protocols. We mainly follow the API Desi...
  • Encoding

    Encoding Interface Example of Codec Implementation Usage Register Custom Codec Get the Codec Serialization Deserialization Encoding We’ve abstracted the Codec interface ...