docs: update roadmap (#1093)

master
Kevin Wan 3 years ago committed by GitHub
parent d3ae9cfd49
commit 8ac18a9422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,17 +5,17 @@ Community and contributor involvement is vital for successfully implementing all
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. 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 ## 2021 Q2
- Support TLS in redis connections - [x] Support service discovery through K8S watch api
- Support service discovery through K8S watch api - [x] Log full sql statements for easier sql problem solving
- Log full sql statements for easier sql problem solving
## 2021 Q3 ## 2021 Q3
- [x] Support `goctl model pg` to support PostgreSQL code generation
- Support `goctl mock` command to start a mocking server with given `.api` file - Support `goctl mock` command to start a mocking server with given `.api` file
- Adapt builtin tracing mechanism to opentracing solutions - Adapt builtin tracing mechanism to opentracing solutions
- Support `goctl model pg` to support PostgreSQL code generation
## 2021 Q4 ## 2021 Q4
- Support `goctl doctor` command to report potential issues for given service - Support `goctl doctor` command to report potential issues for given service
- Support `context` in redis related methods for timeout and tracing - Support `context` in redis related methods for timeout and tracing
- Support `context` in sql 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 - Support `context` in mongodb related methods for timeout and tracing
- Support TLS in redis connections

Loading…
Cancel
Save