书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 11488 个相关结果.
  • How-To: Use W3C trace context

    How-To: Use W3C trace context with Dapr How to use trace context How to retrieve trace context from a response Retrieve trace context in Go For HTTP calls For gRPC calls Retrie...
  • How-To: Use W3C trace context

    How-To: Use W3C trace context with Dapr How to use trace context How to retrieve trace context from a response Retrieve trace context in Go For HTTP calls For gRPC calls Retrie...
  • 「连载八」对 RPC 方法做自定义认证

    857 2021-04-29 《带入 gRPC》
    「连载八」对 RPC 方法做自定义认证 前言 课前知识 目录结构 gRPC Client Server 验证 一个个加太麻烦 总结 参考 本系列示例代码 「连载八」对 RPC 方法做自定义认证 前言 在前面的章节中,我们介绍了两种(证书算一种)可全局认证的方法: TLS 证书认证 基于 CA 的 TLS 证书认证 U...
  • Server and Client

    Creating the Server and Client Creating the Server Creating the Client Creating the Server and Client Getting an automatically generated gRPC service definition is super cool,...
  • Server and Client

    Creating the Server and Client Creating the Server Creating the Client Creating the Server and Client Getting an automatically generated gRPC service definition is super cool,...
  • Server and Client

    396 2021-09-30 《Ent v0.9 教程》
    Creating the Server and Client Creating the Server Creating the Client Creating the Server and Client Getting an automatically generated gRPC service definition is super cool,...
  • Server and Client

    Creating the Server and Client Creating the Server Creating the Client Creating the Server and Client Getting an automatically generated gRPC service definition is super cool,...
  • 日志

    539 2021-07-16 《Kratos v2.0 教程》
    使用方法 grpc server grpc client http server http client Logging 中间件用于打印服务收到或发起的请求详情。 使用方法 grpc server 在 grpc.ServerOption 中引入 logging.Server() , 则会在每次收到 gRPC 请求的时候打印详细请求信息...
  • 服务注册

    服务注册 引入依赖 初始化 polaris.yaml 如何使用 注册信息控制 命名空间 注册粒度 实例属性设置 如何基于 grpc-java-polaris 完成一个服务注册的程序 服务注册 引入依赖 <dependency> <groupId> com.tencent.polaris </groupId> ...
  • 认证

    6351 2018-01-25 《Go-gRPC 实践指南》
    认证 TLS认证示例 证书制作 制作私钥 (.key) 自签名公钥(x509) (PEM-encodings .pem |.crt ) 自定义信息 目录结构 示例代码 Token认证示例 目录结构 示例代码 认证 gRPC默认内置了两种认证方式: SSL/TLS认证方式 基于Token的认证方式 同时,gRPC提供了...