mirror of
https://github.com/linka-cloud/grpc.git
synced 2024-11-22 10:56:26 +00:00
Update README.md
This commit is contained in:
parent
e12748c57f
commit
cc1cab608a
33
README.md
33
README.md
@ -0,0 +1,33 @@
|
|||||||
|
# gRPC
|
||||||
|
|
||||||
|
A utility lib, implementing some of the go-micro patterns with gRPC.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- [x] simple configuration with options
|
||||||
|
- [x] embeded gorm database with options (branch db)
|
||||||
|
- [x] 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
|
Loading…
Reference in New Issue
Block a user