Adphi 2380a4386c
update deps
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2023-11-14 16:52:29 +01:00
2023-07-08 01:33:10 +02:00
2023-04-19 14:24:28 +02:00
2023-07-08 01:33:10 +02:00
2023-03-08 11:44:25 +01:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2023-09-16 16:24:55 +02:00
2023-07-08 01:33:10 +02:00
2022-09-27 17:06:18 +02:00
2023-11-14 16:52:29 +01:00
2023-11-14 16:52:29 +01:00
2020-11-06 17:32:45 +00:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00

gRPC-toolkit

A utility module, largely taken from the go-micro patterns (and a good amount of code too...) with pure gRPC ecosystem modules.

Principles:

  • Pluggable
  • No singleton

Features:

  • simple configuration with options
  • simple TLS configuration
  • TLS auth
  • client connection pool
  • registry / resolver resolution
    • mdns
    • kubernetes
  • default interceptors implementation:
    • context request id
    • defaulter
    • validation
    • health
    • context logger
    • sentry
    • rate-limiting
    • ban
    • auth claim in context
    • recovery (server side only)
    • tracing (open-tracing)
    • metrics (prometheus)
    • retries
    • context DB / transaction
    • ...
  • grpc web / api gateway with middleware:
    • auth
    • cors
    • logging
    • tracing
    • metrics
  • broker, based on nats-streaming

Used modules:

Description
No description provided
Readme Apache-2.0 2 MiB
Languages
Go 99.1%
Makefile 0.9%