1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

init roadmap (#724)

* init roadmap
This commit is contained in:
Tony Chen 2021-03-03 22:25:37 +08:00 committed by GitHub
parent 496edc6fb1
commit d964ba82bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

60
ROADMAP.md Normal file
View File

@ -0,0 +1,60 @@
# Kratos
This document defines the roadmap for Kratos development.
## Features
- [x] Config
- [x] Local Files
- [x] K8s ConfigMap
- [ ] Consul
- [ ] Etcd
- [ ] Nacos
- [ ] Registry
- [ ] Consul
- [ ] Etcd
- [ ] K8s
- [ ] Nacos
- [x] Encoding
- [x] JSON
- [x] Protobuf
- [x] Transport
- [x] HTTP
- [x] gRPC
- [x] Middleware
- [x] Logging
- [x] metrics
- [x] recovery
- [x] gRPC status
- [x] transport tracing
- [x] validator
- [ ] authentication
- [ ] ratelimit
- [ ] circuitbreaker
- [x] Metrics
- [x] Prometheus
- [x] DataDog
- [x] Tracing
- [x] HTTP
- [ ] TLS
- [x] Client
- [x] Service Registrar
- [ ] javascript/typescript clients
- [x] gRPC
- [ ] TLS
- [x] Uarry Handler
- [ ] Streaming Handler
- [ ] Cache
- [ ] go-redis
- [ ] Queue
- [ ] Broker API
- [ ] Kafka
- [ ] Nats
- [ ] Database
- [ ] Ent
- [ ] Gorm
## Tools
- [x] Kratos
- [x] HTTP Generator
- [ ] API YAML
- [x] Errors Generator