diff --git a/README.md b/README.md index 4bbf29b1b..9b863bcdf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

Build Status GoDoc +codeCov Go Report Card License Discord diff --git a/README_zh.md b/README_zh.md index a28f934de..b0a058a1a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -2,6 +2,7 @@ [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Build Status](https://github.com/go-kratos/kratos/workflows/Go/badge.svg)](https://github.com/go-kratos/kratos/actions) +[![codecov](https://codecov.io/gh/go-kratos/kratos/master/graph/badge.svg)](https://codecov.io/gh/go-kratos/kratos) [![GoDoc](https://pkg.go.dev/badge/github.com/go-kratos/kratos/v2)](https://pkg.go.dev/github.com/go-kratos/kratos/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/go-kratos/kratos)](https://goreportcard.com/report/github.com/go-kratos/kratos) [![Discord](https://img.shields.io/discord/766619759214854164?label=chat&logo=discord)](https://discord.gg/BWzJsUJ) diff --git a/ROADMAP.md b/ROADMAP.md index 8498b2cd0..da9872a84 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -27,30 +27,30 @@ This document defines the roadmap for Kratos development. - [x] gRPC status - [x] transport tracing - [x] Validator - - [ ] Authentication - - [ ] Ratelimit - - [ ] CircuitBreaker + - [x] Authentication + - [x] Ratelimit + - [x] CircuitBreaker - [x] Metrics - [x] Prometheus - [x] DataDog - [x] Tracing - [x] HTTP - - [ ] TLS + - [x] TLS - [x] Client - [x] Service Registrar - [ ] javascript/typescript clients - [x] gRPC - - [ ] TLS + - [x] TLS - [x] Uarry Handler - - [ ] Streaming Handler + - [x] Streaming Handler - [ ] Cache - [ ] go-redis - [x] Event - [x] Pub/Sub - [x] Kafka - [ ] Nats -- [ ] Database - - [ ] Ent +- [x] Database + - [x] Ent - [ ] Gorm ## Platform