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

    Transport Transport 📄️ Overview The Kratos framework abstracts the transport layer, the developers can access the implementation through the implementation interface, and the f...
  • Docker

    Docker Dockerfile Build Image Run Container Docker kratos-layout Dockerfile is provided by default, and multiple stages build is recommended to get the smallest size of cont...
  • Documentation Guide

    Documentation Guide Add/modify Documents Modify the sidebar Document translation Document Specification Documentation Guide This document is maintained in the repository go-...
  • 通信协议

    概述 HTTP gRPC 微服务协议 go-zero kratos springcloud polaris ego 其他 微服务对接指南 运行一个接入示例 接入步骤 步骤1:dtmdriver接口 GetName RegisterGrpcResolver RegisterGrpcService ParseServerMethod...
  • Overview

    Built-in Middleware logging metrics recovery status tracing validate Usage Custom Middleware Kratos has a series of built-in middleware to deal with common purpose such a...
  • 插件

    393 2022-08-10 《Kratos v2.4 教程》
    插件 分类 服务发现&服务注册 日志 配置中心 监控告警 API文档 插件 Kratos提供了一系列插件帮助您增强微服务的功能、或与其它系统进行集成。 分类 服务发现&服务注册 consul discovery etcd eureka kubernetes nacos polaris zookeeper 日志 ...
  • 传输协议

    140 2023-06-19 《Kratos v2.6 教程》
    传输协议 传输协议 📄️ 概览kratos 框架对传输层进行了抽象,用户可以通过实现接口来接入实现,框架默认实现了gRPC和HTTP两种通信协议传输层。用户在实现通讯协议传输层时可以参考一下官方实现的代码。 📄️ HTTPtransporter/http 中基于 gorilla/mux HTTP路由框架实现了Transporter,用以注册 htt...
  • 文档维护

    339 2022-04-18 《Kratos v2.2 教程》
    文档维护 添加/修改文档 修改侧边栏 文档翻译 文档规范 文档维护 本文档维护在 go-kratos/go-kratos.dev 仓库中,采用 docusaurus 作为文档系统。仓库内容更新后,会自动触发 Github Actions 对文档进行生成和部署。 添加/修改文档 首先 fork 文档仓库,并 clone 到本地。 然后在...
  • 文档维护

    314 2022-08-10 《Kratos v2.4 教程》
    文档维护 添加/修改文档 修改侧边栏 文档翻译 文档规范 文档维护 本文档维护在 go-kratos/go-kratos.dev 仓库中,采用 docusaurus 作为文档系统。仓库内容更新后,会自动触发 Github Actions 对文档进行生成和部署。 添加/修改文档 首先 fork 文档仓库,并 clone 到本地。 然后在...
  • memcache

    476 2021-07-16 《Kratos v1.0 教程》
    开始使用 配置 初始化 Ping 关闭 常用方法 单个查询 批量查询使用 设置KV Flags 删除KV 扩展阅读 开始使用 配置 进入项目中的configs目录,打开memcache.toml,我们可以看到: [ Client ] name = "demo" proto = "tcp"...