forked from zeromicro/go-zero
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# go-zero Roadmap | ||
|
||
This document defines a high level roadmap for go-zero development and upcoming releases. | ||
Community and contributor involvement is vital for successfully implementing all desired items for each release. | ||
We hope that the items listed below will inspire further engagement from the community to keep go-zero progressing and shipping exciting and valuable features. | ||
|
||
## 2021 Q2 | ||
- Support TLS in redis connections | ||
- Support service discovery through K8S watch api | ||
- Log full sql statements for easier sql problem solving | ||
|
||
## 2021 Q3 | ||
- Support `goctl mock` command to start a mocking server with given `.api` file | ||
- Adapt builtin tracing mechanism to opentracing solutions | ||
- Support `goctl model pg` to support PostgreSQL code generation | ||
|
||
## 2021 Q4 | ||
- Support `goctl doctor` command to report potential issues for given service | ||
- Support `context` in redis related methods for timeout and tracing | ||
- Support `context` in sql related methods for timeout and tracing | ||
- Support `context` in mongodb related methods for timeout and tracing |