mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-01-10 18:17:20 +00:00
Adphi
a6696b1d39
service and client implements last grpc server and client interfaces, improved errors, add signals handling
gRPC
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
- embeded gorm database with options (branch db)
- simple TLS configuration
- TLS auth
- client connection pool
- registry / resolver resolution
- mdns
- kubernetes
- default interceptors implementation:
- validation
- health
- context logger
- sentry
- rate-limiting
- auth claim in context
- recovery
- tracing (open-tracing)
- metrics (prometheus)
- retries
- context DB / transaction
- ...
- api gateway with middleware:
- auth
- cors
- logging
- tracing
- metrics
- broker, based on nats-streaming
Used modules:
Description
Languages
Go
99.1%
Makefile
0.9%